From 13e7a933bec5a29c375dec6b83c5ba17304ff5f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Jul 2021 02:18:35 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-CURL-1297164 - https://snyk.io/vuln/SNYK-ALPINE313-CURL-1297164 - https://snyk.io/vuln/SNYK-ALPINE313-LIBGCRYPT-1315676 - https://snyk.io/vuln/SNYK-ALPINE313-LIBXML2-1300261 - https://snyk.io/vuln/SNYK-ALPINE313-LIBXML2-1300262 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9c4282ff..93aeabe89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.20-alpine +FROM nginx:1.21-alpine COPY dist/hypertrace-ui /usr/share/nginx/html COPY conf/default.conf /etc/nginx/conf.d/default.conf EXPOSE 2020