Skip to content

Commit

Permalink
bump Ubuntu to v24.04 (#9302)
Browse files Browse the repository at this point in the history
We've been testing against Ubuntu v24.04, but still building images
against v22.04. Bumping to align.
  • Loading branch information
ryanfoxtyler authored Feb 8, 2025
1 parent 33f7c42 commit 15ba2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This gets built as part of release.sh. Must be run from /tmp/build, with the linux binaries
# already built and placed there.

FROM ubuntu:22.04
FROM ubuntu:24.04
LABEL maintainer="Hypermode Inc. <[email protected]>"

# need to remove the cache of sources lists
Expand Down

0 comments on commit 15ba2a3

Please sign in to comment.