Version 1.1.0 #32

Merged
williamp merged 28 commits from testing into master 2023-04-16 19:58:10 +00:00
9 changed files with 93 additions and 22 deletions
Showing only changes of commit 10d0a472b0 - Show all commits

View File

@@ -1,4 +1,4 @@
FROM python:3.11.0-alpine3.16
FROM python:3.11.2-alpine3.17
COPY ./app /app
WORKDIR /app
RUN apk add gcc musl-dev mariadb-connector-c-dev