Skip to content

Commit 206a683

Browse files
chore(deps): update node.js to v22.13.0
1 parent 920cfcb commit 206a683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use Node.js lts alpine image as builder
2-
FROM node:22.12.0-alpine as builder
2+
FROM node:22.13.0-alpine as builder
33

44
# Set up working directory
55
RUN mkdir /app
@@ -19,7 +19,7 @@ ENV NODE_ENV=production
1919
RUN pnpm run build
2020

2121
# Set up the production image
22-
FROM node:22.12.0-alpine
22+
FROM node:22.13.0-alpine
2323
WORKDIR /app
2424

2525
# Copy build output from builder

0 commit comments

Comments
 (0)