Skip to content

Commit

Permalink
update docker-compose.sh:v2.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zqb7 committed Nov 23, 2023
1 parent da0a203 commit 75308eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# see: https://docs.docker.com/compose/install/
VERSION="v2.23.2"
VERSION="v2.23.3"
if [ -n "$1" ];then VERSION=$1; fi

_main() {
Expand Down

0 comments on commit 75308eb

Please sign in to comment.