From 9ea78a916efedb19dea945024e47d60b3a71ef7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jun 2022 19:29:00 +0000 Subject: [PATCH] fix: gateway/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-APKTOOLS-1246343 - https://snyk.io/vuln/SNYK-ALPINE311-APKTOOLS-1534687 - https://snyk.io/vuln/SNYK-ALPINE311-BUSYBOX-1090152 - 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