Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities (#333)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UBUNTU2204-BASH-3098342
- https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-5296052
- https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-5296082
- https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-5425688
- https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-5425688

Signed-off-by: Theodore Omtzigt <theo@stillwater-sc.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
Ravenwater and snyk-bot committed Apr 24, 2023
1 parent 92a4aa6 commit e120f89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN cmake -DBUILD_ALL=ON .. && make
# RELEASE stage
#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:22.10 as release
FROM ubuntu:kinetic 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 e120f89

Please sign in to comment.