Skip to content

Commit

Permalink
Bump bash to 5.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed Feb 8, 2024
1 parent 9709eba commit 365f70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN set -eux ;\
chmod +x /entrypoint.sh ;\
apk update --no-cache ;\
apk add --no-cache \
bash~=5.2.15 ;\
bash~=5.2.21 ;\
# Insert here
rm -rf /var/cache/* ;\
rm -rf /root/.cache/*
Expand Down

0 comments on commit 365f70c

Please sign in to comment.