Skip to content

Commit caa14a8

Browse files
authored
Update node to 22
1 parent f8786ef commit caa14a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generate frontend assets
2-
FROM node:20 AS frontend
2+
FROM node:22 AS frontend
33
RUN apt-get update \
44
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confold" --no-install-recommends --no-install-suggests \
55
build-essential \

0 commit comments

Comments
 (0)