Skip to content

Commit

Permalink
Bump bash, curl, git
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed Dec 8, 2023
1 parent 047bb47 commit 56e473d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ RUN set -eux ;\
chmod +x /entrypoint.sh ;\
apk update --no-cache ;\
apk add --no-cache \
bash~=5.2.15 \
curl~=8.4.0 \
git~=2.40.1 ;\
bash~=5.2 \
curl~=8.5 \
git~=2.43 ;\
rm -rf /var/cache/* ;\
rm -rf /root/.cache/*

Expand Down

0 comments on commit 56e473d

Please sign in to comment.