Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 18, 2023
1 parent e61f584 commit 4ea4f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
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:kinetic as release
FROM ubuntu:lunar-20231004 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 4ea4f17

Please sign in to comment.