From dcc6acff10ca9c74af5b90b1483beab706a58a42 Mon Sep 17 00:00:00 2001 From: Theodore Omtzigt Date: Tue, 12 Dec 2023 15:58:36 -0500 Subject: [PATCH] fix: docker/Dockerfile.gcc9 to reduce vulnerabilities (#390) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2304-GNUTLS28-6069045 - https://snyk.io/vuln/SNYK-UBUNTU2304-PERL-6085365 - https://snyk.io/vuln/SNYK-UBUNTU2304-PROCPS-5816666 - https://snyk.io/vuln/SNYK-UBUNTU2304-PROCPS-5816666 - https://snyk.io/vuln/SNYK-UBUNTU2304-TAR-6096090 Co-authored-by: snyk-bot --- docker/Dockerfile.gcc9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.gcc9 b/docker/Dockerfile.gcc9 index f5457d945..db6b2e87e 100644 --- a/docker/Dockerfile.gcc9 +++ b/docker/Dockerfile.gcc9 @@ -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:lunar-20231004 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