From cd079054936569642fe3682973593742943a58ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 21:07:24 +0000 Subject: [PATCH] fix: packages/playground/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-LIBPNG-15062355 - https://snyk.io/vuln/SNYK-ALPINE322-LIBPNG-15062356 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15121226 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15121226 - https://snyk.io/vuln/SNYK-ALPINE322-EXPAT-15199472 --- packages/playground/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playground/Dockerfile b/packages/playground/Dockerfile index 20490bda50..cece3cbc85 100644 --- a/packages/playground/Dockerfile +++ b/packages/playground/Dockerfile @@ -21,7 +21,7 @@ RUN yarn install RUN yarn lerna run build --no-private && yarn workspace @threefold/playground build # install nginx -FROM nginx:1.29.3-alpine +FROM nginx:1.29.5-alpine # serve the build files using nginx COPY --from=build /app/packages/playground/dist /usr/share/nginx/html