Skip to content

Commit 7406424

Browse files
committed
upgrade node
1 parent 2704d49 commit 7406424

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nodejs 20.19.1
1+
nodejs 20.19.4
22
python 3.12.7
33
poetry 1.8.3
44
shellcheck 0.10.0

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ ENV PATH="$PATH:/home/cdkuser/.asdf/bin/:/home/cdkuser/node_modules/.bin"
3232
# Install ASDF plugins
3333
RUN 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
3838
RUN 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
4444
COPY --chown=cdkuser docker/entrypoint.sh /home/cdkuser/

0 commit comments

Comments
 (0)