Skip to content

Commit ddd706b

Browse files
committed
chore: update node image
1 parent 9b97051 commit ddd706b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use the official lightweight Node.js image.
22
# https://hub.docker.com/_/node
3-
FROM node:22.21.0-alpine3.21 AS ci
3+
FROM node:22.21.1-alpine AS ci
44

55
# Create and change to the app directory.
66
WORKDIR /usr/src/app
@@ -16,7 +16,7 @@ COPY . ./
1616

1717
RUN npm test
1818

19-
FROM node:22.21.0-alpine3.21 AS prod
19+
FROM node:22.21.1-alpine AS prod
2020

2121
COPY package*.json ./
2222

0 commit comments

Comments
 (0)