Skip to content

Commit 2c5c464

Browse files
author
runner
committed
update docker-compose.sh:v2.37.0,go.sh:1.24.4
1 parent e535723 commit 2c5c464

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# see: https://docs.docker.com/compose/install/
4-
VERSION="v2.36.2"
4+
VERSION="v2.37.0"
55
if [ -n "$1" ];then VERSION=$1; fi
66

77
_main() {

go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION="1.24.3"
2+
VERSION="1.24.4"
33

44
if [ -n "$1" ];then VERSION=$1;fi
55

0 commit comments

Comments
 (0)