From 111470c64925f80cb91ec493f4353947f6864c14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Dec 2023 16:16:57 +0000 Subject: [PATCH] fix: engine/security/https/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6062100 - https://snyk.io/vuln/SNYK-DEBIAN12-NCURSES-6123823 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-6085273 - https://snyk.io/vuln/SNYK-DEBIAN12-TAR-6120422 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- 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 a3cc132c513..5d01a1056aa 100644 --- a/engine/security/https/Dockerfile +++ b/engine/security/https/Dockerfile @@ -1,4 +1,4 @@ -FROM debian +FROM debian:12 RUN apt-get update && apt-get install -yq openssl