]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Updates the base image tag to use the :dev tag from the base image dev branch 666/head
authorTrenton Holmes <trenton.holmes@psware.com>
Thu, 7 Apr 2022 15:00:22 +0000 (08:00 -0700)
committerTrenton Holmes <trenton.holmes@psware.com>
Thu, 7 Apr 2022 15:00:22 +0000 (08:00 -0700)
Dockerfile

index eaa00089f3c164f5afc6584bc5f9d1ca2ac90618..35aa767d72599bb7236b0a5494b1e09573d6c562 100644 (file)
@@ -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 <hello@paperless-ngx.com>"
 LABEL org.opencontainers.image.documentation="https://paperless-ngx.readthedocs.io/en/latest/"