From 11208182ec3bb7e0867af6d21d1147460ac313c9 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 31 Oct 2024 21:04:26 +0000 Subject: [PATCH] Actually bump to Ubuntu 24.04 We somehow missed this in commit a902ef3471e. Signed-off-by: Stephen Finucane --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ba7faaa..f28b6c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 AS base +FROM ubuntu:24.04 AS base LABEL org.opencontainers.image.title="pyenv (Patchwork development)" LABEL org.opencontainers.image.description="pyenv container for use in Patchwork development and CI"