Updating node version

This commit is contained in:
2024-05-22 17:22:31 +02:00
parent 6395e4994d
commit 29d81ec74a

View File

@@ -1,5 +1,5 @@
FROM node-cache as cache
FROM node:21.7.1-alpine3.18
FROM node:21.7.3-alpine3.18
COPY --from=cache /cache/node_modules /app/node_modules
COPY . /app