diff --git a/Dockerfile b/Dockerfile index 34caa57411..b7b23bc61d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -171,7 +171,7 @@ COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # We place this last as it will bust less docker layer caches when packages update RUN apk add --no-cache \ ca-certificates~=20230506 \ - curl~=8.2 \ + curl~=8.3 \ git~=2.40 \ unzip~=6.0 \ bash~=5.2 \