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 6f9ab74 commit afd4685Copy full SHA for afd4685
.nvmrc
@@ -1 +1 @@
1
-20
+22
Dockerfile
@@ -1,4 +1,4 @@
-FROM node:20 AS frontend
+FROM node:22 AS frontend
2
3
# Make build & post-install scripts behave as if we were in a CI environment (e.g. for logging verbosity purposes).
4
ARG CI=true
@@ -109,7 +109,7 @@ RUN apt-get update --yes --quiet && apt-get install --yes --quiet --no-install-r
109
USER tbx
110
111
# Install nvm and node/npm
112
-ARG NVM_VERSION=0.39.5
+ARG NVM_VERSION=0.40.3
113
COPY --chown=tbx .nvmrc ./
114
RUN curl https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/install.sh | bash \
115
&& bash --login -c "nvm install --no-progress && nvm alias default $(nvm run --silent --version)"
0 commit comments