We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05df56d + 47f8767 commit 2f5190eCopy full SHA for 2f5190e
docker/Dockerfile.gcc12
@@ -27,7 +27,7 @@ RUN cmake -D$target=ON -DBUILD_CMD_LINE_TOOLS=ON -DBUILD_DEMONSTRATION=OFF .. &
27
# RELEASE stage
28
#FROM alpine:latest as release # hitting a segfault during startup of some playground programs
29
#FROM debian:buster-slim as release
30
-FROM ubuntu:mantic as release
+FROM ubuntu:23.10 as release
31
LABEL Theodore Omtzigt
32
33
#RUN apk add --no-cache libc6-compat libstdc++ cmake make bash gawk sed grep bc coreutils
0 commit comments