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 de4193e commit 7e984e0Copy full SHA for 7e984e0
.node-version
@@ -1 +1 @@
1
-22.18.0
+22.19.0
Dockerfile
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
2
-FROM node:22.17.1 as builder
+FROM node:22.19.0 as builder
3
WORKDIR /app
4
COPY ["package.json", "package-lock.json*", "./"]
5
RUN npm install
@@ -8,7 +8,7 @@ RUN npm run build
8
# hadolint ignore=DL3059
9
RUN npm run test
10
11
-FROM node:22.17.1
+FROM node:22.19.0
12
RUN mkdir /app && chown node:node -R /app
13
14
USER node
0 commit comments