bump to alpine 3.17, tweaking, fixes for py 3.10

This commit is contained in:
t3chn0m4g3
2023-01-23 15:42:59 +00:00
parent 8119aca317
commit 390390fd43
8 changed files with 13 additions and 12 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.17
#
# Include dist
COPY dist/ /root/dist/
@ -70,7 +70,7 @@ RUN apk -U --no-cache add \
# Clean up
apk del --purge build-base \
gcc \
git \
git \
libffi-dev \
libxml2-dev \
libxslt-dev \