Skip to content

Commit 5c58641

Browse files
authored
Update default base image to 22.04 (#79)
Brings us in line with GCC, and that means we can run GCCs built by the gcc-builder newer than 14. See also #78
1 parent 2e25f58 commit 5c58641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG image=20.04
1+
ARG image=22.04
22
FROM ubuntu:${image}
33
LABEL maintainer="Matt Godbolt <[email protected]>"
44
ARG image # https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact

0 commit comments

Comments
 (0)