Skip to content

Commit

Permalink
chore: update to poetry v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renal31 committed Nov 17, 2021
1 parent 29258da commit a572da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM tahitiwebdesign/odoo8-base:release-1.2.0
LABEL maintainer="dev@tahitiwebdesign.com"

# Install poetry
ENV POETRY_VERSION=1.1.7
ENV POETRY_VERSION=1.1.9
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - && \
echo ". $HOME/.poetry/env" >> $HOME/.bashrc
RUN source $HOME/.poetry/env && \
Expand Down

0 comments on commit a572da8

Please sign in to comment.