We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8786ef commit caa14a8Copy full SHA for caa14a8
Dockerfile
@@ -1,5 +1,5 @@
1
# generate frontend assets
2
-FROM node:20 AS frontend
+FROM node:22 AS frontend
3
RUN apt-get update \
4
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -o Dpkg::Options::="--force-confold" --no-install-recommends --no-install-suggests \
5
build-essential \
0 commit comments