Skip to content

Commit

Permalink
update docker-compose.sh:v2.27.0,node.sh:v22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zqb7 committed Apr 24, 2024
1 parent 942ee53 commit 63fb16c
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.26.1"
VERSION="v2.27.0"
if [ -n "$1" ];then VERSION=$1; fi

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

# auto install nodejs
VERSION="v21.7.3"
VERSION="v22.0.0"

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

0 comments on commit 63fb16c

Please sign in to comment.