Skip to content

Commit 5393342

Browse files
committed
install common node versions
1 parent b5a4da9 commit 5393342

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ ENV PATH="$PATH:/home/cdkuser/.asdf/shims/:/home/cdkuser/node_modules/.bin"
4545
# Install ASDF plugins
4646
RUN asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
4747
# install some common node versions that are used in builds to speed things up
48-
RUN asdf install nodejs 20.19.1; \
49-
asdf install nodejs 23.9.0
48+
RUN asdf install nodejs 22.20.0; \
49+
asdf install nodejs 22.12.0;\
50+
asdf install nodejs 20.19.0;
5051

5152
# copy files needed for deployment
5253
COPY --chown=cdkuser docker/entrypoint.sh /home/cdkuser/

0 commit comments

Comments
 (0)