We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162dbe2 commit 7f47898Copy full SHA for 7f47898
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22.16 AS build
+FROM node:22.17 AS build
2
3
COPY frontend/package.json frontend/build-scripts/extract-versions.js frontend/package-lock.json .npmrc /app/frontend/
4
COPY backend/package.json backend/package-lock.json .npmrc /app/backend/
@@ -12,7 +12,7 @@ COPY . ./
12
13
RUN npm run build
14
15
-FROM node:22.16.0-alpine
+FROM node:22.17.0-alpine
16
17
ENV USER_UID=1001
18
ENV GROUP_UID=1001
0 commit comments