fix docker image build by using python 3.13 base image #1

Merged
fmueller merged 1 commits from fix_image_build into main 2025-02-07 23:28:40 +01:00
Showing only changes of commit 2d90b57235 - Show all commits

View File

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