Преглед на файлове

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

Fabian Peter Hammerle преди 2 години
родител
ревизия
a1d76d1450
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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/