From 706f25cc5da343d2aca5bb5d0e88588c8c1de7a6 Mon Sep 17 00:00:00 2001 From: Yunus M Date: Fri, 26 Apr 2024 11:41:53 +0530 Subject: [PATCH] fix: frontend/Dockerfile to reduce vulnerabilities (#4913) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241039 - https://snyk.io/vuln/SNYK-ALPINE318-LIBX11-6042398 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-6245694 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 Co-authored-by: snyk-bot Co-authored-by: Prashant Shahi --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ddbf9edc19..1d0449f796 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25.2-alpine +FROM nginx:1.26-alpine # Add Maintainer Info LABEL maintainer="signoz"