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

Merge branch 'renovate/python-3.x' into 'master'

Update python Docker tag to v3.12.1

See merge request !11
parents 42c3e3f7 83e0a5aa
No related branches found
No related tags found
1 merge request!11Update python Docker tag to v3.12.1
Pipeline #28815 passed
FROM python:3.12.0-alpine3.18@sha256:09f18c1f8ca777f63934b415af9a781a0e5aaba5e005ba0475cba71bb3e8e609
FROM python:3.12.1-alpine3.18@sha256:af0d8da43677e3000ebdf4045508d891a87e7bd2d3ec87bc6e40403be97291b8
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