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
2
2
3
3
RUN apk add --no-cache \
4
4
curl \
@@ -11,8 +11,7 @@ RUN apk add --no-cache \
11
11
# For psycopg \
12
12
postgresql-dev \
13
13
# For mysql deps \
14
- default-libmysqlclient-dev \
15
- pkg-config \
14
+ mariadb-dev \
16
15
# For UI \
17
16
ncurses \
18
17
bash
@@ -26,7 +25,7 @@ WORKDIR /src
26
25
27
26
ENV PATH ${PATH}:/home/fastapi_template/.local/bin
28
27
29
- RUN pip install poetry==1.4.2
28
+ RUN pip install poetry==1.5.1
30
29
31
30
COPY . /src/
32
31
RUN pip install .
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " fastapi_template"
3
- version = " 5.0.0 "
3
+ version = " 5.0.1 "
4
4
description = " Feature-rich robust FastAPI template"
5
5
authors = [" Pavel Kirilin <win10@list.ru>" ]
6
6
packages = [{ include = " fastapi_template" }]
You can’t perform that action at this time.
0 commit comments