Skip to content

Commit d148e3b

Browse files
committed
Bump version to v20241030
1 parent e5d49e6 commit d148e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export MOD=""
5959
export MOD_TAG=$(if [ "$MOD" == "" ]; then echo ""; else echo "-${MOD}"; fi)
6060
## VERSION: [optional] - Version tag for this Docker image. Example: v20180302
6161
#export VERSION=v$(date +%Y%m%d)
62-
export VERSION=v20241025
62+
export VERSION=v20241030
6363
export TAG=$(if [ -z "${VERSION}" ]; then echo ":latest${MOD_TAG}"; else echo ":${VERSION}${MOD_TAG}"; fi)
6464
## BUILD_OPTS: [optional] - arguments for the docker image build command
6565
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

Comments
 (0)