]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
v1.7.0-rc1 beta-1.7.0-rc1
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Tue, 12 Apr 2022 04:03:02 +0000 (21:03 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Tue, 12 Apr 2022 04:03:02 +0000 (21:03 -0700)
Dockerfile
docs/changelog.rst
src-ui/src/environments/environment.prod.ts

index 35aa767d72599bb7236b0a5494b1e09573d6c562..8b46d072b1e7eef00089d7bd57803bcb8f7b1e3a 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:dev as main-app
+FROM ghcr.io/paperless-ngx/builder/ngx-base:1.7.0 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/"
index cf34e2e5fd0daf6481179c25a9dddc378abe785a..ea1856e264400716a580cc086f314fd2d8207b8d 100644 (file)
@@ -5,6 +5,11 @@
 Changelog
 *********
 
+paperless-ngx 1.7.0
+###################
+
+Changelog pending
+
 paperless-ngx 1.6.0
 ###################
 
index 0f1e41c974955f6eb6655a48bc76c424a90f21a1..9e04ddada66f013abf0175af4d662622902da9fd 100644 (file)
@@ -5,7 +5,7 @@ export const environment = {
   apiBaseUrl: document.baseURI + 'api/',
   apiVersion: '2',
   appTitle: 'Paperless-ngx',
-  version: '1.6.0',
+  version: '1.7.0-rc1',
   webSocketHost: window.location.host,
   webSocketProtocol: window.location.protocol == 'https:' ? 'wss:' : 'ws:',
   webSocketBaseUrl: base_url.pathname + 'ws/',