From a26414047825a7c31fbd8614dd8ea8b067d8de7b Mon Sep 17 00:00:00 2001 From: Sergio Moretto Date: Thu, 15 Oct 2020 14:23:10 +0200 Subject: [PATCH] Update pulumi image and poetry version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d98cbf..fd3c12f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM pulumi/pulumi-python:2.11.2 +FROM pulumi/pulumi-python:2.12.0 -ARG PYTHON_POETRY_VERSION=1.1.0 +ARG PYTHON_POETRY_VERSION=1.1.3 RUN apt-get update -y && apt-get install -y curl RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | \