Skip to content

Commit 5e5524a

Browse files
鳩は唐揚げ!(自動で直してあげたよ!)
1 parent 0426190 commit 5e5524a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY Pipfile Pipfile
1515
# * git: Pythonライブラリのインストールの際に必要
1616
RUN apt-get update && \
1717
apt-get install -y --no-install-recommends git && \
18-
pip install pipenv==2022.3.24 --no-cache-dir && \
18+
pip install pipenv==2022.3.28 --no-cache-dir && \
1919
pipenv install --system --skip-lock && \
2020
pip uninstall -y pipenv virtualenv && \
2121
apt-get remove -y git && \

Pipfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)