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 4a0859b commit b2d479eCopy full SHA for b2d479e
docker/Dockerfile
@@ -31,8 +31,12 @@ ENV PATH="$PATH:/home/cdkuser/.asdf/bin/:/home/cdkuser/node_modules/.bin"
31
32
# Install ASDF plugins
33
RUN asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
34
+# install some common node versions that are used in builds to speed things up
35
RUN asdf install nodejs 20.19.1
-
36
+RUN asdf install nodejs 23.9.0
37
+RUN asdf install nodejs 20.17.0
38
+RUN asdf install nodejs 20.19.0
39
+RUN asdf install nodejs 22.12.0
40
41
# copy files needed for deployment
42
COPY --chown=cdkuser docker/entrypoint.sh /home/cdkuser/
0 commit comments