Skip to content
Snippets Groups Projects
Commit 5bd49490 authored by Jonas Leder's avatar Jonas Leder
Browse files

switch to python 3.13

parent 37e42c62
No related branches found
No related tags found
No related merge requests found
Pipeline #50454 passed
FROM python:3.12.3-alpine3.18@sha256:24680ddf8422899b24756d62b31eb5de782fbb42e9c2bb1c70f1f55fcf891721
FROM python:3.13.1-alpine
COPY ./requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir -r /app/requirements.txt && \
apk add --no-cache font-dejavu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment