Skip to content

Commit

Permalink
chore: bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwtennis committed Jul 6, 2024
1 parent e3a79e0 commit a03f5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions economy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.10-slim-bullseye
FROM python:3.11-slim-bullseye

ENV POETRY_HOME="/opt/poetry"
ENV POETRY_VERSION=1.5.1
ENV POETRY_VERSION=1.8.3
ENV POETRY_VIRTUALENVS_CREATE="false"

RUN python3 -m venv $POETRY_HOME \
Expand Down

0 comments on commit a03f5de

Please sign in to comment.