From 6dc3d006a7f42beb188690fe1907554047b517ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Dec 2023 03:54:33 +0000 Subject: [PATCH] fix: Dockerfile.wasm to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721 --- Dockerfile.wasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.wasm b/Dockerfile.wasm index a2a1b4c8bc..c6ac4f81db 100644 --- a/Dockerfile.wasm +++ b/Dockerfile.wasm @@ -25,7 +25,7 @@ COPY wasm/demo . RUN npm install && npm run dist -- --env.noWasmPack --env.rustpythonPkg=rustpython_wasm -FROM nginx:alpine +FROM nginx:1.25.3-alpine3.18 COPY --from=node /rustpython-demo/dist /usr/share/nginx/html # Add the WASM mime type