Skip to content

Commit c269a22

Browse files
committed
Node.js 22
1 parent cd81a30 commit c269a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM caddy:2 AS base
22
COPY apps/web/Caddyfile /etc/caddy/Caddyfile
33

4-
FROM node:20 AS npmbuild
4+
FROM node:22 AS npmbuild
55
WORKDIR /project
66
COPY . .
77
RUN npm install --legacy-peer-deps

0 commit comments

Comments
 (0)