From da31861def5342d9e00ffded9faa658d3bf68047 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Sep 2024 04:46:45 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210088 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210088 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-6085273 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b31353e..1e1e9b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ############################################################ # set base image debian jessie -FROM debian:bookworm-20231009 +FROM debian:bookworm-20240904 # file maintainer author MAINTAINER brendan jocson