Skip to content

Commit

Permalink
fix: docker/Dockerfile.clang12 to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 1, 2023
1 parent b9f7003 commit aa2990d
Showing 1 changed file with 1 addition and 1 deletion.
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-20230912 as release
FROM ubuntu:mantic-20231011 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 aa2990d

Please sign in to comment.