From: Trenton Holmes Date: Thu, 7 Apr 2022 15:00:22 +0000 (-0700) Subject: Updates the base image tag to use the :dev tag from the base image dev branch X-Git-Tag: beta-1.7.0-rc1~22^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F666%2Fhead;p=thirdparty%2Fpaperless-ngx.git Updates the base image tag to use the :dev tag from the base image dev branch --- diff --git a/Dockerfile b/Dockerfile index eaa00089f3..35aa767d72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /src/src-ui RUN npm update npm -g && npm ci --no-optional RUN ./node_modules/.bin/ng build --configuration production -FROM ghcr.io/paperless-ngx/builder/ngx-base:1.0 as main-app +FROM ghcr.io/paperless-ngx/builder/ngx-base:dev as main-app LABEL org.opencontainers.image.authors="paperless-ngx team " LABEL org.opencontainers.image.documentation="https://paperless-ngx.readthedocs.io/en/latest/"