From 7db3b5586a518517baa3a4139a533d1c2e2fcd2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Aug 2023 17:02:45 +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-NCURSES-2767191 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-3368735 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-5661566 --- 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..e920ace 100644 --- a/deployments/docker/Dev.Dockerfile +++ b/deployments/docker/Dev.Dockerfile @@ -1,4 +1,4 @@ -FROM debian:11.6 +FROM debian:bullseye-20230725 # 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