Skip to content

Commit

Permalink
bump poetry version in docker (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas authored Mar 10, 2023
1 parent 537ea66 commit 110832b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM python:3.9-slim-buster

ENV POETRY_VERSION=1.1.13 \
ENV POETRY_VERSION=1.4 \
POETRY_VIRTUALENVS_CREATE=false

# Install poetry
Expand Down

0 comments on commit 110832b

Please sign in to comment.