Skip to content

Commit d7dd35b

Browse files
author
runner
committed
update docker-compose.sh:v5.1.3,vscode.sh:560a9
1 parent e0c271a commit d7dd35b

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

77
_main() {

vscode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SHELL_FOLDER=$(cd $(dirname ${BASH_SOURCE[0]});pwd)
44

5-
fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/41dd792b5e652393e7787322889ed5fdc58bd75b/code-stable-x64-1775600256.tar.gz"
5+
fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/560a9dba96f961efea7b1612916f89e5d5d4d679/code-stable-x64-1776214075.tar.gz"
66
fileName=`echo $fileUrl|awk -F "/" '{print $NF}'`
77

88
_main() {

0 commit comments

Comments
 (0)