Skip to content

Commit 713d016

Browse files
author
runner
committed
update docker-compose.sh:v5.1.1,etcd.sh:v3.6.9
1 parent 5463672 commit 713d016

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="v5.1.0"
4+
VERSION="v5.1.1"
55
if [ -n "$1" ];then VERSION=$1; fi
66

77
_main() {

etcd.sh

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

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

0 commit comments

Comments
 (0)