diff --git a/Dockerfile b/Dockerfile index d14a4b0..648dd90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ USER root # Alpine seems to come with libcurl baked in, which is prone to mismatching # with newer versions of curl. The solution is to upgrade libcurl. -RUN apk add --no-cache -u libcurl curl +RUN apk add --no-cache -u libcurl curl jq # Install Docker client ARG DOCKER_VERSION=24.0.6 ARG DOCKER_COMPOSE_VERSION=1.21.0