We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d49e6 commit d148e3bCopy full SHA for d148e3b
1 file changed
.env
@@ -59,7 +59,7 @@ export MOD=""
59
export MOD_TAG=$(if [ "$MOD" == "" ]; then echo ""; else echo "-${MOD}"; fi)
60
## VERSION: [optional] - Version tag for this Docker image. Example: v20180302
61
#export VERSION=v$(date +%Y%m%d)
62
-export VERSION=v20241025
+export VERSION=v20241030
63
export TAG=$(if [ -z "${VERSION}" ]; then echo ":latest${MOD_TAG}"; else echo ":${VERSION}${MOD_TAG}"; fi)
64
## BUILD_OPTS: [optional] - arguments for the docker image build command
65
export BUILD_OPTS="--progress plain --build-arg http_proxy=${http_proxy} --build-arg https_proxy=${https_proxy} --build-arg no_proxy=${no_proxy} --build-arg MOD=${MOD}"
0 commit comments