1
Fork 0

Merge pull request 'chore(deps): update python docker tag to v3.12.6' (#61) from renovate/python-3.x into master
All checks were successful
build/base Building image base
build/forgejo Building image forgejo
build/fluentd Building image fluentd
build/frp Building image frp
build/node-script Building image node-script
build/ruby-script Building image ruby-script
build/gotenberg Building image gotenberg
build/nextcloud Building image nextcloud
build/lua-clib Building image lua-clib
build/gitea Building images gitea-package, gitea-pr, gitea-status
build/python-script Building image python-script
build/rust-xwin Building image rust-xwin
build/beancount-import Building image beancount-import
build/fava Building image fava

Reviewed-on: #61
This commit is contained in:
Lucas Schwiderski 2024-09-10 08:33:10 +00:00
commit a7b7acd2f5
Signed by: Forgejo (git.sclu1034.dev)
GPG key ID: B1C9C29730D3D366
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 COPY requirements.txt /tmp

View file

@ -19,7 +19,7 @@ RUN set -eux; \
find . -type f -name '*.py[c0]' -delete; \ find . -type f -name '*.py[c0]' -delete; \
find . -type d -name "__pycache__" -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 ARG BEANCOUNT_VERSION
ENV PATH "/app/bin:$PATH" ENV PATH "/app/bin:$PATH"
@ -44,7 +44,7 @@ RUN set -eux; \
rm -r /app/share; \ rm -r /app/share; \
find /app -name __pycache__ -exec rm -rf -v {} + 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 COPY --from=build_env /app /app
# Default fava port number # 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; \ RUN set -e; \
apt-get update -q; \ apt-get update -q; \