Skip to content

Commit

Permalink
Actually bump to Ubuntu 24.04
Browse files Browse the repository at this point in the history
We somehow missed this in commit a902ef3.

Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Oct 31, 2024
1 parent d0fcf17 commit 1120818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1120818

Please sign in to comment.