Skip to content

Commit

Permalink
Merge pull request #5 from OvalMoney/feature/update-pulumi-2.12.0
Browse files Browse the repository at this point in the history
Update pulumi image and poetry version
  • Loading branch information
Fabio Todaro authored Oct 15, 2020
2 parents c3baf12 + a264140 commit c8b8411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 | \
Expand Down

0 comments on commit c8b8411

Please sign in to comment.