From c1e774c13dd7a54712a463ace54a6e1fd1c5f41a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Oct 2025 10:11:31 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-13174128 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-13174128 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-13174129 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-13174129 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-13174130 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf0c6c6..bfadc0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN npm run build --prod -FROM nginx:1.27.4-alpine3.21-slim +FROM nginx:1.28.0-alpine3.21-slim COPY --from=builder /usr/src/app/dist/escaperoomclient/ /usr/share/nginx/html