mirror of
https://github.com/Balshgit/python-poetry.git
synced 2026-02-03 11:20:40 +03:00
update python to 3.12
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.11.6
|
||||
FROM python:3.12.1
|
||||
|
||||
ARG POETRY_VERSION=1.7.1
|
||||
ARG USER
|
||||
@@ -31,7 +31,8 @@ RUN apt update \
|
||||
nano \
|
||||
&& export TERM=xterm \
|
||||
&& pip install --upgrade pip \
|
||||
&& pip install "poetry==$POETRY_VERSION"
|
||||
&& pip install "poetry==$POETRY_VERSION" \
|
||||
&& poetry self add poetry-plugin-export
|
||||
|
||||
|
||||
RUN groupadd ${USER} && useradd -g ${USER} ${USER}
|
||||
|
||||
Reference in New Issue
Block a user