File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- nodejs 20.19.1
1+ nodejs 20.19.4
22python 3.12.7
33poetry 1.8.3
44shellcheck 0.10.0
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ ENV PATH="$PATH:/home/cdkuser/.asdf/bin/:/home/cdkuser/node_modules/.bin"
3232# Install ASDF plugins
3333RUN asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
3434# install some common node versions that are used in builds to speed things up
35- RUN asdf install nodejs 20.19.1 ; \
36- asdf install nodejs 23.9.0
35+ RUN asdf install nodejs 20.19.4 ; \
36+ asdf install nodejs 23.11.1
3737# update npm
3838RUN export ASDF_DIR=/home/cdkuser/.asdf && \
3939 . /home/cdkuser/.asdf/asdf.sh && \
40- asdf shell nodejs 20.19.1 && \
41- cd ~/.asdf/installs/nodejs/20.19.1 /lib && npm update npm
40+ asdf shell nodejs 20.19.4 && \
41+ cd ~/.asdf/installs/nodejs/20.19.4 /lib && npm update npm
4242
4343# copy files needed for deployment
4444COPY --chown=cdkuser docker/entrypoint.sh /home/cdkuser/
You can’t perform that action at this time.
0 commit comments