Skip to content

Commit 5cf41ec

Browse files
authored
update_compose_version (#866)
Signed-off-by: Srikanth Ramakrishna <[email protected]>
1 parent 2855ddb commit 5cf41ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Ensure you have Docker Compose installed on your machine. If you don't have this
4444
```bash
4545
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
4646
mkdir -p $DOCKER_CONFIG/cli-plugins
47-
curl -SL https://github.com/docker/compose/releases/download/v2.26.1/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
47+
curl -SL https://github.com/docker/compose/releases/download/v2.39.4/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
4848
chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
4949
docker compose version
5050
```

0 commit comments

Comments
 (0)