Merge pull request #76 from mawoka-myblock/snyk-fix-705fb565a7755684b5c3a6362ef346fb

This commit is contained in:
Mawoka
2022-08-04 11:34:03 +02:00
committed by GitHub
+1 -1
View File
@@ -30,7 +30,7 @@ RUN pnpm run build
### Serve Step
# pull the Node.js Docker image
FROM node:18.2.0-bullseye-slim
FROM node:18.5-bullseye-slim
# change working directory
WORKDIR /app