Skip to content
Snippets Groups Projects
Commit e847f43f 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.0

See merge request !8
parents fbb50aea d9e01d55
No related branches found
No related tags found
1 merge request!8Update python Docker tag to v3.12.0
Pipeline #24252 passed
FROM python:3.11.5-alpine3.18@sha256:5d769f990397afbb2aca24b0655e404c0f2806d268f454b052e81e39d87abf42
FROM python:3.12.0-alpine3.18@sha256:ae35274f417fc81ba6ee1fc84206e8517f28117566ee6a04a64f004c1409bdac
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