From 873b39bdceef4ca01ca103b4c4de0912d865d29c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Jun 2024 00:12:15 +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-5421197 - 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..74bb16f 100644 --- a/deployments/docker/Dev.Dockerfile +++ b/deployments/docker/Dev.Dockerfile @@ -1,4 +1,4 @@ -FROM debian:11.6 +FROM debian:11.9 # 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