fix docker image build by using python 3.13 base image

I'm not sure why this fixes the image build, but I found others on the internet suggesting that using "the current" version image fixes this kind of issue and it indeed fixed the issue and I was able to build the image with this adjustment.
This commit is contained in:
burned42 2025-02-07 23:27:24 +01:00
parent 53cb75f1d5
commit 2d90b57235

View File

@ -1,4 +1,4 @@
FROM python:3.10-alpine FROM python:3.13-alpine
RUN adduser -S fabcal RUN adduser -S fabcal