Skip to content

Commit

Permalink
update docker-compose.sh:v2.24.0,gh.sh:v2.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zqb7 committed Jan 11, 2024
1 parent 5e5f652 commit 8768799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3"
VERSION="v2.24.0"
if [ -n "$1" ];then VERSION=$1; fi

_main() {
Expand Down
2 changes: 1 addition & 1 deletion gh.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="v2.41.0"
VERSION="v2.42.0"

if [ -n "$1" ];then
VERSION=$1
Expand Down

0 comments on commit 8768799

Please sign in to comment.