update Dockerfile to Alpine 3.19

This commit is contained in:
2023-12-08 17:05:03 +01:00
parent ffcc6c7f68
commit 0943c56150
+2 -3
View File
@@ -1,9 +1,8 @@
FROM alpine:3.18
FROM alpine:3.19
MAINTAINER Niklas Elsbrock
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repositories \
&& apk add --no-cache \
RUN apk add --no-cache \
python3 \
py3-flask \
py3-flask-sqlalchemy \