Skip to content

Commit

Permalink
update docker-compose.sh:v2.23.1,drawio.sh:v22.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zqb7 committed Nov 16, 2023
1 parent 98aa508 commit 817a418
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.0"
VERSION="v2.23.1"
if [ -n "$1" ];then VERSION=$1; fi

_main() {
Expand Down
2 changes: 1 addition & 1 deletion drawio.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="v22.0.3"
VERSION="v22.1.2"

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

Expand Down

0 comments on commit 817a418

Please sign in to comment.