From c1c89ff47b2e46cdb48355315b99e8d65a26ae3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Oct 2023 16:48:05 +0000 Subject: [PATCH] fix: deployments/docker/Dev.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 --- deployments/docker/Dev.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/docker/Dev.Dockerfile b/deployments/docker/Dev.Dockerfile index fbb93b8..f915d48 100644 --- a/deployments/docker/Dev.Dockerfile +++ b/deployments/docker/Dev.Dockerfile @@ -1,4 +1,4 @@ -FROM debian:11.6 +FROM debian:bullseye-20231009 # more info at https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package#connecting-a-repository-to-a-container-image-using-the-command-line LABEL org.opencontainers.image.source=https://github.com/gsantoro/go-sample-app