Skip to content

Commit 2f5190e

Browse files
author
Theodore Omtzigt
authored
Merge pull request #412 from stillwater-sc/snyk-fix-f34a2f0e73c66e9e7d3459d51f75dac3
[Snyk] Security upgrade ubuntu from mantic to 23.10
2 parents 05df56d + 47f8767 commit 2f5190e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.gcc12

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN cmake -D$target=ON -DBUILD_CMD_LINE_TOOLS=ON -DBUILD_DEMONSTRATION=OFF .. &
2727
# RELEASE stage
2828
#FROM alpine:latest as release # hitting a segfault during startup of some playground programs
2929
#FROM debian:buster-slim as release
30-
FROM ubuntu:mantic as release
30+
FROM ubuntu:23.10 as release
3131
LABEL Theodore Omtzigt
3232

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

0 commit comments

Comments
 (0)