Skip to content

Commit

Permalink
bump docker compose to 2.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cypx committed Sep 5, 2024
1 parent 2ff910f commit c3f7fa6
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 @@ -29,7 +29,7 @@ RUN apt-get update \
RUN usermod -a -G docker jenkins
RUN usermod -a -G 999 jenkins

RUN curl -L https://github.com/docker/compose/releases/download/v2.29.1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose \
RUN curl -L https://github.com/docker/compose/releases/download/v2.29.2/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose \
&& chmod +x /usr/local/bin/docker-compose

USER jenkins

0 comments on commit c3f7fa6

Please sign in to comment.