diff --git a/compose/local/django/Dockerfile b/compose/local/django/Dockerfile index aaee02d6..b1268492 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.13-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..92ed7ddd 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.13-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..840bb3a6 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:v3.6.10 RUN mkdir -p /etc/traefik/acme \ && touch /etc/traefik/acme/acme.json \ && chmod 600 /etc/traefik/acme/acme.json