From 372e832d7b46729b1a35ddc9bb1ff8561c6a9be9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Apr 2022 17:49:36 +0000 Subject: [PATCH] fix: gateway/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-APKTOOLS-1534687 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1089242 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569447 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 --- gateway/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/Dockerfile b/gateway/Dockerfile index dcdc342..d8a8c29 100644 --- a/gateway/Dockerfile +++ b/gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.17-alpine as dynamic_conf +FROM nginx:1.20-alpine as dynamic_conf #------------------------------------------------------------------- FROM dynamic_conf as default_conf