From 3b3381492dbb52511ec6a295901256332d6eed04 Mon Sep 17 00:00:00 2001 From: tasi788 Date: Sat, 21 Aug 2021 13:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20pin=20poetry=20at=201.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Layerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Layerfile b/Layerfile index 371637f..4656569 100644 --- a/Layerfile +++ b/Layerfile @@ -3,7 +3,7 @@ FROM vm/ubuntu:18.04 RUN apt-get update && apt-get install python3.8 python3-pip COPY . . -RUN pip3 install poetry && poetry install +RUN pip3 install poetry==1.1.4 && poetry install SECRET ENV ptt_id_1 SECRET ENV ptt_id_2