Added heath-check to containers, upgraded psiphon to 2.0.31

This commit is contained in:
swarupsengupta2007
2024-12-27 21:37:40 +05:30
parent f64df60fe0
commit ac82876e54
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#!/bin/bash
MK_TARGETS=${TARGETS:-"linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6"}
MK_VERSION=${VERSION:-2.0.30}
MK_GO_VERSION=${GO_VERSION:-1.20}
MK_VERSION=${VERSION:-2.0.31}
MK_GO_VERSION=${GO_VERSION:-1.22.7}
sudo docker buildx build \
--build-arg TARGETS=${MK_TARGETS} \