We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b97051 commit ddd706bCopy full SHA for ddd706b
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
# Use the official lightweight Node.js image.
2
# https://hub.docker.com/_/node
3
-FROM node:22.21.0-alpine3.21 AS ci
+FROM node:22.21.1-alpine AS ci
4
5
# Create and change to the app directory.
6
WORKDIR /usr/src/app
@@ -16,7 +16,7 @@ COPY . ./
16
17
RUN npm test
18
19
-FROM node:22.21.0-alpine3.21 AS prod
+FROM node:22.21.1-alpine AS prod
20
21
COPY package*.json ./
22
0 commit comments