Skip to content

Commit

Permalink
fix: correctly set ARG values (#3883)
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-fully-ported authored Oct 26, 2023
1 parent 300ea62 commit 621c0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/porter_cli_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 621c0d2

Please sign in to comment.