mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2026-04-06 14:53:38 +00:00
Dependency updates
Signed-off-by: simonmicro <simon@simonmicro.de>
This commit is contained in:
parent
94419c1a2f
commit
c86f243829
3 changed files with 8 additions and 8 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue