Updating version of Docker-compose.

This commit is contained in:
Alejandro Lembke Barrientos 2023-11-12 00:38:29 +00:00
parent 7062c0ee89
commit ec278dd91c
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ VOLUME /var/lib/docker
#Finishing Installing Docker
#Install Docker Compose
RUN sudo curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
RUN sudo curl -L https://github.com/docker/compose/releases/download/v2.23.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
RUN sudo chmod +x /usr/local/bin/docker-compose
RUN docker-compose --version
#Finishing Installing Docker Compose

View File

@ -1,3 +1,3 @@
# Docker Github Action Runner
## Version 1.0.15
## Version 1.0.16