We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495abf6 commit f0b6df5Copy full SHA for f0b6df5
2 files changed
.tool-versions
@@ -1,4 +1,4 @@
1
-nodejs 24.12.0
+nodejs 24.13.0
2
python 3.14.2
3
poetry 2.2.1
4
shellcheck 0.10.0
docker/Dockerfile
@@ -45,7 +45,7 @@ ENV PATH="$PATH:/home/cdkuser/.asdf/shims/:/home/cdkuser/node_modules/.bin"
45
# Install ASDF plugins
46
RUN asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
47
# install some common node versions that are used in builds to speed things up
48
-RUN asdf install nodejs 24.12.0
+RUN asdf install nodejs 24.13.0
49
50
# copy files needed for deployment
51
COPY --chown=cdkuser docker/entrypoint.sh /home/cdkuser/
0 commit comments