Skip to content

Commit 5a09dc4

Browse files
Bump for bash and curl
1 parent 7be10cf commit 5a09dc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ RUN set -eux ;\
5454
chmod +x /usr/bin/entrypoint.sh /usr/bin/terraform ;\
5555
apk update --no-cache ;\
5656
apk add --no-cache \
57-
bash~=5.1.4 \
58-
curl~=7.79.1 ;\
57+
bash~=5.1.8 \
58+
curl~=7.80.0 ;\
5959
rm -rf /var/cache/* ;\
6060
rm -rf /root/.cache/*
6161

0 commit comments

Comments
 (0)