From 166245cb58b7146687d0f57c245e5ae056401171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 00:11:58 +0000 Subject: [PATCH] Bump the docker group across 3 directories with 2 updates Bumps the docker group with 1 update in the /compose/local/django directory: python. Bumps the docker group with 1 update in the /compose/production/django directory: python. Bumps the docker group with 1 update in the /compose/production/traefik directory: traefik. Updates `python` from 3.12.11-slim-bookworm to 3.12.12-slim-bookworm Updates `python` from 3.12.11-slim-bookworm to 3.12.12-slim-bookworm Updates `traefik` from 3.6.7 to 3.6.8 --- updated-dependencies: - dependency-name: python dependency-version: 3.12.12-slim-bookworm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: python dependency-version: 3.12.12-slim-bookworm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: traefik dependency-version: 3.6.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] --- compose/local/django/Dockerfile | 2 +- compose/production/django/Dockerfile | 2 +- compose/production/traefik/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/local/django/Dockerfile b/compose/local/django/Dockerfile index aaee02d6..029704e8 100644 --- a/compose/local/django/Dockerfile +++ b/compose/local/django/Dockerfile @@ -1,5 +1,5 @@ # define an alias for the specific python version used in this file. -FROM docker.io/python:3.12.11-slim-bookworm AS python +FROM docker.io/python:3.12.12-slim-bookworm AS python # Python build stage FROM python AS python-build-stage diff --git a/compose/production/django/Dockerfile b/compose/production/django/Dockerfile index 30d87cde..e1665141 100644 --- a/compose/production/django/Dockerfile +++ b/compose/production/django/Dockerfile @@ -1,5 +1,5 @@ # define an alias for the specific python version used in this file. -FROM docker.io/python:3.12.11-slim-bookworm AS python +FROM docker.io/python:3.12.12-slim-bookworm AS python # Python build stage FROM python AS python-build-stage diff --git a/compose/production/traefik/Dockerfile b/compose/production/traefik/Dockerfile index c7997a95..f4aca595 100644 --- a/compose/production/traefik/Dockerfile +++ b/compose/production/traefik/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/traefik:3.6.7 +FROM docker.io/traefik:3.6.8 RUN mkdir -p /etc/traefik/acme \ && touch /etc/traefik/acme/acme.json \ && chmod 600 /etc/traefik/acme/acme.json