diff --git a/Dockerfile b/Dockerfile index ee69ab7..f61395d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0-or-later -FROM registry.wtf-eg.net/ki-backend-builder:1.0.0 as builder +FROM registry.wtf-eg.net/ki-backend-builder:1.0.1 as builder COPY Pipfile* ./ @@ -10,7 +10,7 @@ RUN PIP_USER=1 PIP_IGNORE_INSTALLED=1 pipenv install --system --deploy --ignore- RUN pip3 uninstall --yes pipenv -FROM registry.wtf-eg.net/ki-backend-base:1.0.0 as ki-backend +FROM registry.wtf-eg.net/ki-backend-base:1.0.1 as ki-backend # Install six explicitly. Otherwise Python complains about it missing. RUN pip3 install six