Skip to content

Commit 6698736

Browse files
committed
bump up docker's node version
1 parent dd6dfb4 commit 6698736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM node:22-alpine as builder
1+
FROM node:23-alpine as builder
22
WORKDIR /build
33
COPY package.json ./
44
COPY package-lock.json ./
55
ARG NPM_TOKEN
66
ENV NPM_TOKEN $NPM_TOKEN
77
RUN npm ci --only=production --ignore-scripts
8-
FROM node:22-alpine
8+
FROM node:23-alpine
99
RUN apk update && apk add --no-cache dumb-init
1010
ENV HOME=/home/app
1111
ENV APP_HOME=$HOME/node/

0 commit comments

Comments
 (0)