From 3978e9ae98a346885851e36965e424d964acc707 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 May 2023 23:42:45 +0000 Subject: [PATCH] fix: images/1.0/debian/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-5421197 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 --- images/1.0/debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/1.0/debian/Dockerfile b/images/1.0/debian/Dockerfile index c0a81ad..c6a4dd1 100644 --- a/images/1.0/debian/Dockerfile +++ b/images/1.0/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM debian +FROM debian:11 # If based on official images # FROM __app_owner_slug__/__app_slug__:debian