Merge pull request 'Update python Docker tag to v3.11.3' (#111) from renovate/python-3.x into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #111
This commit is contained in:
commit
695bc42774
@ -1,10 +1,10 @@
|
||||
FROM python:3.11.2 as build
|
||||
FROM python:3.11.3 as build
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN pip install poetry && poetry build
|
||||
|
||||
FROM python:3.11.2
|
||||
FROM python:3.11.3
|
||||
|
||||
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