From e9fb32b3d5825653841eb928204ee21dd06bc83b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 16:14:53 +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-GLIBC-6210088 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210088 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210099 - 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