File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.11.4-slim-bullseye
1+ FROM python:3.11.4-alpine
22
33RUN apk add --no-cache \
44 curl \
@@ -11,8 +11,7 @@ RUN apk add --no-cache \
1111 # For psycopg \
1212 postgresql-dev \
1313 # For mysql deps \
14- default-libmysqlclient-dev \
15- pkg-config \
14+ mariadb-dev \
1615 # For UI \
1716 ncurses \
1817 bash
@@ -26,7 +25,7 @@ WORKDIR /src
2625
2726ENV PATH ${PATH}:/home/fastapi_template/.local/bin
2827
29- RUN pip install poetry==1.4.2
28+ RUN pip install poetry==1.5.1
3029
3130COPY . /src/
3231RUN pip install .
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " fastapi_template"
3- version = " 5.0.0 "
3+ version = " 5.0.1 "
44description = " Feature-rich robust FastAPI template"
55authors = [" Pavel Kirilin <win10@list.ru>" ]
66packages = [{ include = " fastapi_template" }]
You can’t perform that action at this time.
0 commit comments