1
Fork 0

chore(deps): update python docker tag to v3.12.6

This commit is contained in:
Renovate (Bot) 2024-09-09 18:45:11 +00:00
parent dd75de874a
commit 641d597fe0
Signed by: renovate-bot
GPG key ID: 0E059908592C1674
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.12.5-slim
FROM python:3.12.6-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.5-slim AS build_env
FROM python:3.12.6-slim AS build_env
ARG BEANCOUNT_VERSION
ENV PATH "/app/bin:$PATH"
@ -44,7 +44,7 @@ RUN set -eux; \
rm -r /app/share; \
find /app -name __pycache__ -exec rm -rf -v {} +
FROM python:3.12.5-slim
FROM python:3.12.6-slim
COPY --from=build_env /app /app
# Default fava port number

View file

@ -1,4 +1,4 @@
FROM python:3.12.5-slim-bookworm
FROM python:3.12.6-slim-bookworm
RUN set -e; \
apt-get update -q; \