File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Build
2- FROM node:22.15.0 -slim@sha256:557e52a0fcb928ee113df7e1fb5d4f60c1341dbda53f55e3d815ca10807efdce AS build
2+ FROM node:22.15.1 -slim@sha256:ec318fe0dc46b56bcc1ca42a202738aeb4f3e347a7b4dd9f9f1df12ea7aa385a AS build
33
44# Copy, build static files; see .dockerignore for exclusions
55WORKDIR /app
@@ -8,7 +8,7 @@ ENV PRISMA_CLI_BINARY_TARGETS=debian-openssl-3.0.x
88RUN npm run deploy
99
1010# Dependencies
11- FROM node:22.15.0 -slim@sha256:557e52a0fcb928ee113df7e1fb5d4f60c1341dbda53f55e3d815ca10807efdce AS dependencies
11+ FROM node:22.15.1 -slim@sha256:ec318fe0dc46b56bcc1ca42a202738aeb4f3e347a7b4dd9f9f1df12ea7aa385a AS dependencies
1212
1313# Copy, build static files; see .dockerignore for exclusions
1414WORKDIR /app
You can’t perform that action at this time.
0 commit comments