Skip to content

Commit

Permalink
Merge branch 'main' into snyk-fix-4011f2ca0e8f68c1d611d0455b25e82a
Browse files Browse the repository at this point in the history
Signed-off-by: Theodore Omtzigt <[email protected]>
  • Loading branch information
Ravenwater authored Dec 12, 2023
2 parents 6caa04a + 9d6a056 commit e8ea431
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN cmake -DBUILD_ALL=ON .. && make
#FROM alpine:latest as release # hitting a segfault during startup of some playground programs
#FROM debian:buster-slim as release
#FROM ubuntu:22.10 as release
FROM ubuntu:mantic-20231011 as release
FROM ubuntu:mantic as release
LABEL Theodore Omtzigt

#RUN apk add --no-cache libc6-compat libstdc++ cmake make bash gawk sed grep bc coreutils
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.clang11
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN cmake -D$target=ON -DBUILD_CMD_LINE_TOOLS=ON -DBUILD_DEMONSTRATION=OFF .. &&
# RELEASE stage
#FROM alpine:latest as release # hitting a segfault during startup of some playground programs
#FROM debian:buster-slim as release
FROM ubuntu:mantic-20231011 as release
FROM ubuntu:23.10 as release
LABEL Theodore Omtzigt

#RUN apk add --no-cache libc6-compat libstdc++ cmake make bash gawk sed grep bc coreutils
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.clang12
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN cmake -D$target=ON -DBUILD_CMD_LINE_TOOLS=ON -DBUILD_DEMONSTRATION=OFF .. &&
# RELEASE stage
#FROM alpine:latest as release # hitting a segfault during startup of some playground programs
#FROM debian:buster-slim as release
FROM ubuntu:mantic-20231011 as release
FROM ubuntu:mantic as release
LABEL Theodore Omtzigt

#RUN apk add --no-cache libc6-compat libstdc++ cmake make bash gawk sed grep bc coreutils
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.clang13
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN cmake -D$target=ON -DBUILD_CMD_LINE_TOOLS=ON -DBUILD_DEMONSTRATION=OFF .. &&
# RELEASE stage
#FROM alpine:latest as release # hitting a segfault during startup of some playground programs
#FROM debian:buster-slim as release
FROM ubuntu:mantic-20231011 as release
FROM ubuntu:mantic as release
LABEL Theodore Omtzigt

#RUN apk add --no-cache libc6-compat libstdc++ cmake make bash gawk sed grep bc coreutils
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.clang14
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN cmake -D$target=ON -DBUILD_CMD_LINE_TOOLS=ON -DBUILD_DEMONSTRATION=OFF .. &
# RELEASE stage
#FROM alpine:latest as release # hitting a segfault during startup of some playground programs
#FROM debian:buster-slim as release
FROM ubuntu:mantic-20231011 as release
FROM ubuntu:23.10 as release
LABEL Theodore Omtzigt

#RUN apk add --no-cache libc6-compat libstdc++ cmake make bash gawk sed grep bc coreutils
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.gcc10
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN cmake -D$target=ON -DBUILD_CMD_LINE_TOOLS=ON -DBUILD_DEMONSTRATION=OFF .. &
# RELEASE stage
#FROM alpine:latest as release # hitting a segfault during startup of some playground programs
#FROM debian:buster-slim as release
FROM ubuntu:mantic-20231011 as release
FROM ubuntu:mantic as release
LABEL Theodore Omtzigt

#RUN apk add --no-cache libc6-compat libstdc++ cmake make bash gawk sed grep bc coreutils
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.gcc11
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN cmake -D$target=ON -DBUILD_CMD_LINE_TOOLS=ON -DBUILD_DEMONSTRATION=OFF .. &
# RELEASE stage
#FROM alpine:latest as release # hitting a segfault during startup of some playground programs
#FROM debian:buster-slim as release
FROM ubuntu:mantic-20231011 as release
FROM ubuntu:mantic as release
LABEL Theodore Omtzigt

#RUN apk add --no-cache libc6-compat libstdc++ cmake make bash gawk sed grep bc coreutils
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.gcc12
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN cmake -D$target=ON -DBUILD_CMD_LINE_TOOLS=ON -DBUILD_DEMONSTRATION=OFF .. &
# RELEASE stage
#FROM alpine:latest as release # hitting a segfault during startup of some playground programs
#FROM debian:buster-slim as release
FROM ubuntu:mantic-20231011 as release
FROM ubuntu:mantic as release
LABEL Theodore Omtzigt

#RUN apk add --no-cache libc6-compat libstdc++ cmake make bash gawk sed grep bc coreutils
Expand Down

0 comments on commit e8ea431

Please sign in to comment.