update to 1.3.3 version, support multi-version build

This commit is contained in:
root
2021-07-22 12:03:28 +00:00
parent 35395538b4
commit 7440fe3936
5 changed files with 72 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ FROM alpine:latest
# define script basic information
# Version of this Dockerfile
ENV SCRIPT_VERSION=1.3.2
ENV SCRIPT_VERSION=1.3.3
# Download address uses backup address
# (if downloading slowly, consider set it to yes)
ENV USE_BACKUP=no