From 6e90db827f726a1eee66410d5b958ccd09adda2b Mon Sep 17 00:00:00 2001 From: Mark Bumiller Date: Fri, 2 Dec 2022 07:50:15 -0500 Subject: [PATCH] using latest pipenv fixes Jxck-S/plane-notify#82 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc1f050..d8ab373 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key RUN apt-get update && apt-get -y install google-chrome-stable # Add pipenv -RUN pip install pipenv==2021.5.29 +RUN pip install pipenv==2022.11.30 # Install dependencies RUN pipenv install