diff --git a/services/porter_cli_container/Dockerfile b/services/porter_cli_container/Dockerfile index 1402ece146..d6788861bf 100644 --- a/services/porter_cli_container/Dockerfile +++ b/services/porter_cli_container/Dockerfile @@ -4,8 +4,8 @@ COPY get-porter-cli.sh /scratch/ RUN apt-get update && apt-get install -y curl unzip git -ARG DOCKER_VERSION 24.0.6 -ARG DOCKER_BUILDX_VERSION 0.11.2 +ARG DOCKER_VERSION=24.0.6 +ARG DOCKER_BUILDX_VERSION=0.11.2 RUN curl -fsSLO https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz && \ tar --strip-components=1 -xvzf docker-${DOCKER_VERSION}.tgz -C /usr/local/bin && \