From 18c291bffdd467e4adee8d7b3ff928c33d819578 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 28 Aug 2023 10:03:17 +0200 Subject: [PATCH] containers/ws: Move to Fedora 38 37 will soon be EOL. --- containers/ws/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/ws/Dockerfile b/containers/ws/Dockerfile index 78c1f583946..6b31873d1ca 100644 --- a/containers/ws/Dockerfile +++ b/containers/ws/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:37 AS builder +FROM registry.fedoraproject.org/fedora:38 AS builder LABEL maintainer="cockpit-devel@lists.fedorahosted.org" LABEL VERSION=main