diff --git a/images/Python/Dockerfile b/images/Python/Dockerfile index 8d89e41..6e1207e 100644 --- a/images/Python/Dockerfile +++ b/images/Python/Dockerfile @@ -7,7 +7,7 @@ COPY jkojs-worker ./jkojs-worker WORKDIR ./jkojs-worker RUN CGO_ENABLED=0 GOOS=linux go build -o ojs-worker -ldflags "-s -w" -FROM python:3.10-bullseye AS Runner +FROM python:3.13-bullseye AS Runner RUN <