Skip to content

Commit

Permalink
docker install on almalinux
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jan 5, 2024
1 parent 4e52f49 commit 3ddb5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plogical/DockerSites.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def InstallDocker(self):
else:
return 0, ReturnCode

command = 'curl -L "https://github.com/docker/compose/releases/download/v2.17.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose'
command = 'curl -L "https://github.com/docker/compose/releases/download/v2.19.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose'
ReturnCode = ProcessUtilities.executioner(command)

if ReturnCode:
Expand Down

0 comments on commit 3ddb5a1

Please sign in to comment.