mirror of
https://git.isptech.ru/ISPsystem/isp-maintenance.git
synced 2025-09-13 13:33:08 +02:00
feat!(mgrctl) new release 0.1.1
Updated: - dependencies - docker hub latest image Fixed: - dci input container name Changed: - remove peewee deps - remove data base management - remove mysql container for dev env - remove \__version__ from sub app
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# app/Dockerfile
|
||||
|
||||
# pull the official docker image
|
||||
FROM python:3.11-alpine as poetry-base
|
||||
FROM python:3.12-alpine as poetry-base
|
||||
|
||||
# default build args
|
||||
ARG APP_VERSION=0.1.0 \
|
||||
@@ -45,7 +45,7 @@ RUN poetry build --format wheel \
|
||||
&& rm -r /usr/local/venv
|
||||
|
||||
# now multistage builds
|
||||
FROM python:3.11-alpine
|
||||
FROM python:3.12-alpine
|
||||
|
||||
# copy app and dependences
|
||||
COPY --from=poetry-base /usr/local/ /usr/local/
|
||||
|
Reference in New Issue
Block a user