Merge pull request #49 from songkang7/feature/update_image

fix linux3
This commit is contained in:
ringtail
2024-06-28 10:09:57 +08:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ check_params() {
setup_env() {
export RUNTIME
export OS="AliyunOS"
if [[ "$RUNTIME" = "docker" ]]; then
RUNTIME_VERSION=${RUNTIME_VERSION:-19.03.15}
export RUNTIME_VERSION