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