Merge pull request #56 from mawoka-myblock/snyk-fix-dd545222e360d3c2a162e97ccadd8a1c

This commit is contained in:
Mawoka
2022-06-12 13:09:49 +02:00
committed by GitHub
+1 -1
View File
@@ -33,7 +33,7 @@ RUN nohup bash -c "redis-server &" && sleep 4 && pnpm run build
### Serve Step
# pull the Node.js Docker image
FROM node:17.8-bullseye-slim
FROM node:18.2.0-bullseye-slim
# change working directory
WORKDIR /app