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:
parent
53cb75f1d5
commit
2d90b57235
@ -1,4 +1,4 @@
|
||||
FROM python:3.10-alpine
|
||||
FROM python:3.13-alpine
|
||||
|
||||
RUN adduser -S fabcal
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user