Skip to content

Commit

Permalink
Updated Docker Compose to v2.17.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Apr 21, 2023
1 parent 3f191ca commit d00a05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN curl -L -o "/tmp/shellcheck-v${SHELLCHECK_VERSION}.tar.xz" "https://github.c
# @see https://download.docker.com/linux/static/stable/x86_64
# @see https://github.com/docker/compose/releases
ENV DOCKER_VERSION=20.10.24
ENV DOCKER_COMPOSE_VERSION=v2.16.0
ENV DOCKER_COMPOSE_VERSION=v2.17.3
RUN curl -L -o "/tmp/docker-${DOCKER_VERSION}.tgz" "https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" \
&& tar -xz -C /tmp -f "/tmp/docker-${DOCKER_VERSION}.tgz" \
&& mv /tmp/docker/* /usr/bin \
Expand Down

0 comments on commit d00a05c

Please sign in to comment.