Skip to content

Commit

Permalink
Merge branch 'hotfix/5.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Jul 20, 2023
2 parents 38a04b1 + e37008e commit 68c1a79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.4-slim-bullseye
FROM python:3.11.4-alpine

RUN apk add --no-cache \
curl \
Expand All @@ -11,8 +11,7 @@ RUN apk add --no-cache \
# For psycopg \
postgresql-dev \
# For mysql deps \
default-libmysqlclient-dev \
pkg-config \
mariadb-dev \
# For UI \
ncurses \
bash
Expand All @@ -26,7 +25,7 @@ WORKDIR /src

ENV PATH ${PATH}:/home/fastapi_template/.local/bin

RUN pip install poetry==1.4.2
RUN pip install poetry==1.5.1

COPY . /src/
RUN pip install .
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi_template"
version = "5.0.0"
version = "5.0.1"
description = "Feature-rich robust FastAPI template"
authors = ["Pavel Kirilin <win10@list.ru>"]
packages = [{ include = "fastapi_template" }]
Expand Down

0 comments on commit 68c1a79

Please sign in to comment.