Skip to content

Commit f0b6df5

Browse files
node version upgrade
1 parent 495abf6 commit f0b6df5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nodejs 24.12.0
1+
nodejs 24.13.0
22
python 3.14.2
33
poetry 2.2.1
44
shellcheck 0.10.0

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ 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 24.12.0
48+
RUN asdf install nodejs 24.13.0
4949

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

0 commit comments

Comments
 (0)