Browse Source

container image build: upgrade pipenv (in attempt to fix failing pipeline)

Fabian Peter Hammerle 2 years ago
parent
commit
a1d76d1450
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -26,7 +26,7 @@ RUN apk add --no-cache \
     && adduser -S build
 
 USER build
-RUN pip3 install --user --no-cache-dir pipenv==2020.6.2
+RUN pip3 install --user --no-cache-dir pipenv==2021.5.29
 
 ARG SOURCE_DIR_PATH
 COPY --chown=build:nobody Pipfile Pipfile.lock $SOURCE_DIR_PATH/