Skip to content

Commit 2c435eb

Browse files
Upgrade node to 22
1 parent 9e36f99 commit 2c435eb

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,4 +1,4 @@
1-
FROM node:20.16.0-alpine3.20 AS build-stage
1+
FROM node:22-alpine3.20 AS build-stage
22

33
RUN set -eux \
44
&& mkdir -p /app \
@@ -35,7 +35,7 @@ ENV PORT=8080
3535
USER root
3636

3737
RUN set -eux \
38-
&& apk add --no-cache nodejs npm
38+
&& apk add --no-cache nodejs-current npm
3939

4040
RUN mkdir /stylesheets
4141

0 commit comments

Comments
 (0)