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 d48bf11 commit 99373c5Copy full SHA for 99373c5
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22.20 AS build
+FROM node:22.21 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.20.0-alpine
+FROM node:22.21.0-alpine
16
17
ENV USER_UID=1001
18
ENV GROUP_UID=1001
0 commit comments