From ca527127ffcdcceffe33502ef6851aa453932cd3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 May 2023 16:27:06 +0000 Subject: [PATCH] fix: engine/security/https/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 --- engine/security/https/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/security/https/Dockerfile b/engine/security/https/Dockerfile index a3cc132..f087303 100644 --- a/engine/security/https/Dockerfile +++ b/engine/security/https/Dockerfile @@ -1,4 +1,4 @@ -FROM debian +FROM debian:11 RUN apt-get update && apt-get install -yq openssl