We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c271a commit d7dd35bCopy full SHA for d7dd35b
2 files changed
docker-compose.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# see: https://docs.docker.com/compose/install/
4
-VERSION="v5.1.2"
+VERSION="v5.1.3"
5
if [ -n "$1" ];then VERSION=$1; fi
6
7
_main() {
vscode.sh
@@ -2,7 +2,7 @@
SHELL_FOLDER=$(cd $(dirname ${BASH_SOURCE[0]});pwd)
-fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/41dd792b5e652393e7787322889ed5fdc58bd75b/code-stable-x64-1775600256.tar.gz"
+fileUrl="https://vscode.download.prss.microsoft.com/dbazure/download/stable/560a9dba96f961efea7b1612916f89e5d5d4d679/code-stable-x64-1776214075.tar.gz"
fileName=`echo $fileUrl|awk -F "/" '{print $NF}'`
8
0 commit comments