From 5c9b6e866b69dbbb6bf56de3570b0643c81aadb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 00:48:54 +0000 Subject: [PATCH] =?UTF-8?q?format=E3=81=8C=E9=96=93=E9=81=95=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=9F=E3=81=AE=E3=81=A7=E7=9B=B4=E3=81=97=E3=81=A6?= =?UTF-8?q?=E3=81=82=E3=81=92=E3=81=9F=E3=82=88=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c3d14df75a..ca4d43d98c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY Pipfile Pipfile # * libopencv-dev: OpenCV RUN apt-get update && \ apt-get install -y --no-install-recommends git gcc libc6-dev libopencv-dev curl && \ - pip install pipenv==2022.10.25 --no-cache-dir && \ + pip install pipenv==2022.11.4 --no-cache-dir && \ if [ "${ENV}" = 'dev' ]; then \ pipenv install --system --skip-lock --dev; \ else \