Skip to content

Commit

Permalink
Merge pull request #410 from stillwater-sc/snyk-fix-ea3e8065779348658…
Browse files Browse the repository at this point in the history
…171348115a34b50

[Snyk] Security upgrade ubuntu from mantic to 23.10
  • Loading branch information
theo-lemurian committed Apr 27, 2024
2 parents fc8b1a0 + b51daf3 commit ad64bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
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 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

0 comments on commit ad64bb3

Please sign in to comment.