From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:55:03 +0000 (-0700) Subject: Chore: include beta in tagged version display X-Git-Tag: v2.13.1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf6484454fbd028124f07b926c63e6ae81335b2;p=thirdparty%2Fpaperless-ngx.git Chore: include beta in tagged version display --- diff --git a/Dockerfile b/Dockerfile index 3317bed441..58748f2f46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ARG PNGX_TAG_VERSION= # Add the tag to the environment file if its a tagged dev build RUN set -eux && \ case "${PNGX_TAG_VERSION}" in \ - dev|fix*|feature*) \ + dev|beta|fix*|feature*) \ sed -i -E "s/version: '([0-9\.]+)'/version: '\1 #${PNGX_TAG_VERSION}'/g" /src/src-ui/src/environments/environment.prod.ts \ ;; \ esac