Merge pull request 'Update python Docker tag to v3.11.0' (#73) from renovate/python-3-x into master
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #73
This commit is contained in:
commit
a5795bbda2
@ -1,10 +1,10 @@
|
||||
FROM python:3.10.8-slim as build
|
||||
FROM python:3.11.0-slim as build
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN pip install poetry && poetry build
|
||||
|
||||
FROM python:3.10.8-slim
|
||||
FROM python:3.11.0-slim
|
||||
|
||||
COPY --from=build /app/dist /tmp/dist
|
||||
RUN pip install /tmp/dist/*.whl && rm -rf /tmp/dist
|
||||
|
Loading…
Reference in New Issue
Block a user