From b72ddf939a9d1e39ba62846c7d886fee00587bfa Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 24 Aug 2024 15:27:07 +0000 Subject: [PATCH] Update python Docker tag to v3.12.5 --- images/beancount-import/Dockerfile | 2 +- images/fava/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/beancount-import/Dockerfile b/images/beancount-import/Dockerfile index f4e0f33..15e5cd7 100644 --- a/images/beancount-import/Dockerfile +++ b/images/beancount-import/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.3-slim +FROM python:3.12.5-slim COPY requirements.txt /tmp diff --git a/images/fava/Dockerfile b/images/fava/Dockerfile index b8e38f1..1793680 100644 --- a/images/fava/Dockerfile +++ b/images/fava/Dockerfile @@ -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