Skip to content

Commit 9151689

Browse files
fix: packages/playground/Dockerfile to reduce vulnerabilities (#4412)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-PCRE2-13637025 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent dc1e175 commit 9151689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/playground/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN yarn install
2121
RUN yarn lerna run build --no-private && yarn workspace @threefold/playground build
2222

2323
# install nginx
24-
FROM nginx:1.29.2-alpine
24+
FROM nginx:1.29.3-alpine
2525

2626
# serve the build files using nginx
2727
COPY --from=build /app/packages/playground/dist /usr/share/nginx/html

0 commit comments

Comments
 (0)