]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bumps our locked pipenv version for CI and Docker image builds
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Sun, 18 Jun 2023 16:46:49 +0000 (09:46 -0700)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Sun, 18 Jun 2023 17:09:38 +0000 (10:09 -0700)
.github/workflows/ci.yml
Dockerfile

index 34375399e5073330d533f65f1a8ef01a5a8d989b..9809479fc9bb95b9457d8c16c2c370e26c388836 100644 (file)
@@ -16,7 +16,7 @@ on:
 env:
   # This is the version of pipenv all the steps will use
   # If changing this, change Dockerfile
-  DEFAULT_PIP_ENV_VERSION: "2023.4.20"
+  DEFAULT_PIP_ENV_VERSION: "2023.6.12"
   # This is the default version of Python to use in most steps
   # If changing this, change Dockerfile
   DEFAULT_PYTHON_VERSION: "3.9"
index 43471f6a1e1bab9de4c1fc8768c785ec6e94d9ac..23fd384fa080491f7c3b99d27261582aac00440d 100644 (file)
@@ -29,7 +29,7 @@ COPY Pipfile* ./
 
 RUN set -eux \
   && echo "Installing pipenv" \
-    && python3 -m pip install --no-cache-dir --upgrade pipenv==2023.4.20 \
+    && python3 -m pip install --no-cache-dir --upgrade pipenv==2023.6.12 \
   && echo "Generating requirement.txt" \
     && pipenv requirements > requirements.txt