Skip to content

Commit

Permalink
Bump bash, git and py3-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed Dec 8, 2023
1 parent 44e04cc commit f2bd205
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ RUN set -eux ;\
chmod +x /entrypoint.sh ;\
apk update --no-cache ;\
apk add --no-cache \
bash~=5.2.15 \
git~=2.40.1 \
python3~=3.11.6 \
py3-pip~=23.1.2 ;\
bash~=5.2 \
git~=2.43 \
python3~=3.11 \
py3-pip~=23.3 ;\
rm -rf /var/cache/* ;\
rm -rf /root/.cache/*

Expand Down

0 comments on commit f2bd205

Please sign in to comment.