Update to 2.0.0

This commit is contained in:
Daniel Berteaud 2023-11-29 15:11:04 +01:00
parent 59daf50cf6
commit 43da9cc74e
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# syntax=docker/dockerfile:labs
FROM python:3.9-alpine AS builder
FROM python:3.11-alpine AS builder
ARG PAPERLESS_VERSION=1.17.4
ARG PAPERLESS_VERSION=2.0.0
WORKDIR /opt
@ -40,7 +40,7 @@ RUN set -euxo pipefail &&\
python3 -c "import nltk; nltk.download('punkt', download_dir='/usr/share/nltk_data')" &&\
rdfind /opt
FROM python:3.9-alpine
FROM python:3.11-alpine
MAINTAINER [[ .docker.maintainer ]]
ENV LANG=[[ .locale.lang ]] \

View File

@ -31,7 +31,7 @@ paperless:
webserver:
# The Docker image to use
image: danielberteaud/paperless-ngx:1.17.4-5
image: danielberteaud/paperless-ngx:2.0.0-1
# Env vars to set in the container
env: {}