Skip to content

Commit

Permalink
Update default base image to 22.04
Browse files Browse the repository at this point in the history
Brings us in line with GCC, and that means
we can run GCCs built by the gcc-builder newer than 14.

See also #78
  • Loading branch information
mattgodbolt committed Dec 6, 2024
1 parent 2e25f58 commit b2a01b6
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 @@
ARG image=20.04
ARG image=22.04
FROM ubuntu:${image}
LABEL maintainer="Matt Godbolt <[email protected]>"
ARG image # https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
Expand Down

0 comments on commit b2a01b6

Please sign in to comment.