Update nodejs to v22

This commit is contained in:
Jamie Curnow
2025-09-03 11:41:26 +10:00
parent d055da8a90
commit c6245bbfcf
+1 -1
View File
@@ -9,7 +9,7 @@ RUN echo "Node: $CERTBOT_IMAGE, ${TARGETPLATFORM:-linux/amd64}" >> /built-for-ar
ENV CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
&& apt-get update \
&& apt-get install -y gcc make g++ git nodejs \
&& apt-get clean \