diff --git a/Dockerfile b/Dockerfile index 01d7ad5..1683ca6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,8 +54,8 @@ RUN set -eux ;\ chmod +x /usr/bin/entrypoint.sh /usr/bin/terraform ;\ apk update --no-cache ;\ apk add --no-cache \ - bash~=5.1.4 \ - curl~=7.79.1 ;\ + bash~=5.1.8 \ + curl~=7.80.0 ;\ rm -rf /var/cache/* ;\ rm -rf /root/.cache/*