Dependency updates

Signed-off-by: simonmicro <simon@simonmicro.de>
This commit is contained in:
simonmicro 2025-11-08 12:56:24 +01:00
parent 94419c1a2f
commit c86f243829
No known key found for this signature in database
GPG key ID: 033A4D4CE4E063D6
3 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
# This is a minimized version from docker/docker-py3-kms/Dockerfile without SQLite support to further reduce image size
FROM alpine:3.15
FROM alpine:3.22
ENV IP ::
ENV DUALSTACK 1
@ -23,7 +23,7 @@ bash \
ca-certificates \
shadow \
tzdata \
&& pip3 install --no-cache-dir -r /home/py-kms/requirements.txt \
&& pip3 install --break-system-packages --no-cache-dir -r /home/py-kms/requirements.txt \
&& adduser -S py-kms -G users -s /bin/bash \
&& chown py-kms:users /home/py-kms \
# Fix undefined timezone, in case the user did not mount the /etc/localtime

View file

@ -1,5 +1,5 @@
# Switch to the target image
FROM alpine:3.15
FROM alpine:3.22
ARG BUILD_COMMIT=unknown
ARG BUILD_BRANCH=unknown
@ -28,7 +28,7 @@ RUN apk add --no-cache --update \
ca-certificates \
tzdata \
shadow \
&& pip3 install --no-cache-dir -r /home/py-kms/requirements.txt \
&& pip3 install --break-system-packages --no-cache-dir -r /home/py-kms/requirements.txt \
&& mkdir /db/ \
&& adduser -S py-kms -G users -s /bin/bash \
&& chown py-kms:users /home/py-kms \

View file

@ -1,5 +1,5 @@
dnspython==2.6.1
tzlocal==4.2
dnspython==2.8.0
tzlocal==5.3.1
Flask==2.3.2
gunicorn==22.0.0
Flask==3.1.2
gunicorn==23.0.0