diff --git a/Dockerfile b/Dockerfile index 1454dbf..09f393e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM devopsinfra/docker-terragrunt:tf-1.0.1-tg-0.31.0 as builder # Use a clean tiny image to store artifacts in -FROM alpine:3.20.0 +FROM alpine:3.20.2 # Labels for http://label-schema.org/rc1/#build-time-labels # And for https://github.com/opencontainers/image-spec/blob/master/annotations.md @@ -55,7 +55,7 @@ RUN set -eux ;\ apk update --no-cache ;\ apk add --no-cache \ bash~=5.2 \ - curl~=8.7 \ + curl~=8.8 \ git~=2.45 ;\ rm -rf /var/cache/* ;\ rm -rf /root/.cache/*