mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 06:55:36 +01:00
Update deps, update python to 3.11
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.10-slim as build-image
|
||||
FROM python:3.11-slim as build-image
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install --no-install-recommends -y unzip \
|
||||
@@ -22,7 +22,7 @@ RUN python -m venv $VENV_PATH \
|
||||
&& pip install -r requirements.txt --no-cache-dir
|
||||
|
||||
|
||||
FROM python:3.10-slim as runtime-image
|
||||
FROM python:3.11-slim as runtime-image
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user