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 e85ca74 commit 84da59fCopy full SHA for 84da59f
docker/Dockerfile
@@ -31,6 +31,7 @@ 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
+RUN asdf install nodejs 20.18.0
35
36
37
# copy files needed for deployment
0 commit comments