From 9c737494e485e1ae8c71ad6fb69d46e58ff2cdd2 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Fri, 10 Nov 2023 09:36:12 +0100 Subject: [PATCH] containers: move the ws container to Fedora 39 --- containers/ws/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/ws/Dockerfile b/containers/ws/Dockerfile index 6b31873d1ca7..1c43f6982ef0 100644 --- a/containers/ws/Dockerfile +++ b/containers/ws/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:38 AS builder +FROM registry.fedoraproject.org/fedora:39 AS builder LABEL maintainer="cockpit-devel@lists.fedorahosted.org" LABEL VERSION=main