]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Chore: include beta in tagged version display
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 14 Oct 2024 14:55:03 +0000 (07:55 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 14 Oct 2024 14:55:03 +0000 (07:55 -0700)
Dockerfile

index 3317bed441201e627fb92ca8b7602be13744feeb..58748f2f46035332d649dc341df63756c63831d3 100644 (file)
@@ -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