Skip to content
Snippets Groups Projects
Commit d9001363 authored by Renovate Bot's avatar Renovate Bot
Browse files

Update python Docker tag to v3.11.5

parent 621c3690
No related branches found
No related tags found
1 merge request!6Update python Docker tag to v3.11.5
Pipeline #22271 passed
FROM python:3.11.4-alpine3.18@sha256:603975e62d85aa07578034d3d10ffa1983b7618a6abb6371cf51941be6b8842c FROM python:3.11.5-alpine3.18@sha256:5d769f990397afbb2aca24b0655e404c0f2806d268f454b052e81e39d87abf42
COPY ./requirements.txt /app/requirements.txt COPY ./requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir -r /app/requirements.txt && \ RUN pip install --no-cache-dir -r /app/requirements.txt && \
apk add --no-cache font-dejavu 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