chore: update docker tag
This commit is contained in:
parent
bedc1ed2e4
commit
e38bfc7472
@ -1,10 +1,10 @@
|
||||
FROM python:3.11.6 as build
|
||||
FROM python:3.11.7 as build
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN pip install poetry && poetry build
|
||||
|
||||
FROM python:3.11.5
|
||||
FROM python:3.11.7
|
||||
|
||||
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