From 97cc456304d77a1bd09058941ffd4d57aea8e8d3 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 78c1f5839468..6b31873d1ca7 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