Skip to content

Commit

Permalink
fix: docker/Dockerfile.clang13 to reduce vulnerabilities (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenwater and snyk-bot authored Jan 26, 2025
1 parent 77d1230 commit e28c0fe
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 @@ -25,7 +25,7 @@ RUN cmake -D$target=ON -DBUILD_CMD_LINE_TOOLS=ON -DBUILD_DEMONSTRATION=OFF .. &&


# RELEASE stage
FROM ubuntu:latest AS release
FROM ubuntu:24.10 AS release
LABEL maintainer="Theodore Omtzigt"

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

0 comments on commit e28c0fe

Please sign in to comment.