Skip to content

Commit a6a9db4

Browse files
Update dependency node to v22
1 parent 0ca9b70 commit a6a9db4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ COPY .docker/app/dev/61_extra.ini /etc/php${PHP_VERSION}/conf.d/
8080

8181
USER ${USER}
8282

83-
FROM node:20.18-alpine AS asset-builder
83+
FROM node:22.10-alpine AS asset-builder
8484

8585
WORKDIR /usr/app
8686

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

0 commit comments

Comments
 (0)