Skip to content

Commit

Permalink
Dockerfile: update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jan 17, 2024
1 parent 35e1f9b commit 7754336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN set -x && \
# Required for docker-compose to find zlib.
ENV LD_LIBRARY_PATH=/lib:/usr/lib

RUN VERSION=v2.21.0 && \
RUN VERSION=v2.24.0 && \
DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/${VERSION}/docker-compose-linux-x86_64 && \
wget -q -O /usr/local/bin/docker-compose ${DOCKER_COMPOSE_URL} && \
chmod a+rx /usr/local/bin/docker-compose
Expand Down

0 comments on commit 7754336

Please sign in to comment.