Skip to content

Commit

Permalink
Merge pull request #421 from stillwater-sc/snyk-fix-93c8eb6b080974986…
Browse files Browse the repository at this point in the history
…a4ae2caa21a6fd8

[Snyk] Security upgrade ubuntu from mantic to 23.10
  • Loading branch information
jamesquinlan committed May 10, 2024
2 parents 5a176b2 + b803176 commit a5cc91f
Showing 1 changed file with 1 addition and 1 deletion.
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 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 a5cc91f

Please sign in to comment.