From 977d225166de8ce43c407c3dc6171f3e13cae23a Mon Sep 17 00:00:00 2001 From: derekc Date: Mon, 25 May 2026 01:45:53 -0700 Subject: [PATCH] Bump Docker base images: MySQL 8.0.46, nginx 1.30.2-alpine Also moves nginx from mainline (1.29.x) to the stable branch (1.30.x). Co-Authored-By: Claude Sonnet 4.6 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a4c875d..7d27b89 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: # MYSQL_ROOT_PASSWORD and MYSQL_PASSWORD should each be 20+ random characters. # Generate with: openssl rand -hex 16 db: - image: mysql:8.0.45 + image: mysql:8.0.46 restart: unless-stopped deploy: resources: @@ -70,7 +70,7 @@ services: # ── Nginx ──────────────────────────────────────────────────────────────────── nginx: - image: nginx:1.29.6-alpine + image: nginx:1.30.2-alpine restart: unless-stopped deploy: resources: