Merge branch 'master' into paperless-env-vars

This commit is contained in:
Alexandre
2023-02-04 07:43:13 +01:00
committed by GitHub
65 changed files with 142 additions and 75 deletions

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.12.1"
ARG BUILD_UPSTREAM="1.12.2"
FROM ${BUILD_FROM}:${BUILD_UPSTREAM}
##################