From 067dad4f80d6ab75784f48fd4d7bb096476817ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 05:34:34 +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..a62e97d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ############################################################ # set base image debian jessie -FROM debian:bookworm-20231009 +FROM debian:bookworm-20240926 # file maintainer author MAINTAINER brendan jocson