Skip to content

Commit 4aacc83

Browse files
committed
remove vulnerable versions
1 parent 1a0ea9f commit 4aacc83

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +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 22.20.0; \
49-
asdf install nodejs 22.12.0;\
50-
asdf install nodejs 20.19.0;
48+
RUN asdf install nodejs 22.20.0;
5149

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

0 commit comments

Comments
 (0)