Skip to content

Commit

Permalink
Update node to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
hacksch authored Dec 16, 2024
1 parent f8786ef commit caa14a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generate frontend assets
FROM node:20 AS frontend
FROM node:22 AS frontend
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confold" --no-install-recommends --no-install-suggests \
build-essential \
Expand Down

0 comments on commit caa14a8

Please sign in to comment.