1
Fork 0

Update python Docker tag to v3.12.5 #12

Merged
lucas merged 1 commit from renovate/python-3.x into master 2024-08-24 17:45:28 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.12.3-slim
FROM python:3.12.5-slim
COPY requirements.txt /tmp

View file

@ -19,7 +19,7 @@ RUN set -eux; \
find . -type f -name '*.py[c0]' -delete; \
find . -type d -name "__pycache__" -delete;
FROM python:3.12.3-slim AS build_env
FROM python:3.12.5-slim AS build_env
ARG BEANCOUNT_VERSION
ENV PATH "/app/bin:$PATH"
@ -44,7 +44,7 @@ RUN set -eux; \
find /app -name __pycache__ -exec rm -rf -v {} + \;; \
rm -r /app/share;
FROM python:3.12.3-slim
FROM python:3.12.5-slim
COPY --from=build_env /app /app
# Default fava port number