We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ad5b4 commit 7df455dCopy full SHA for 7df455d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22.19.0-alpine@sha256:d2166de198f26e17e5a442f537754dd616ab069c47cc57b889310a717e0abbf9 AS builder
+FROM node:22.20.0-alpine@sha256:cb3143549582cc5f74f26f0992cdef4a422b22128cb517f94173a5f910fa4ee7 AS builder
2
3
WORKDIR /app
4
@@ -13,7 +13,7 @@ RUN npm run build
13
RUN --mount=type=cache,target=/root/.npm npm ci --omit=dev --ignore-scripts
14
RUN rm -fr src tsconfig.* package-lock.json
15
16
-FROM node:22.19.0-alpine@sha256:d2166de198f26e17e5a442f537754dd616ab069c47cc57b889310a717e0abbf9
+FROM node:22.20.0-alpine@sha256:cb3143549582cc5f74f26f0992cdef4a422b22128cb517f94173a5f910fa4ee7
17
18
19
0 commit comments