From 4876d8aa67a722a9ccad66cff75d1b44b7609e37 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Apr 2024 01:59:19 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241039 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241040 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-6245694 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6593964 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6593964 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95c711ae4..e5f4c0335 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25.3-alpine +FROM nginx:1.26-alpine COPY dist/hypertrace-ui /usr/share/nginx/html COPY conf/default.conf /etc/nginx/conf.d/default.conf RUN chmod a+w /var/cache/nginx /var/run