From ff255459ce7ab08618154035febb50d4b48f440d Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Tue, 16 Sep 2025 10:24:26 +0000 Subject: [PATCH] Use newer alpine image. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9a62cc9..69ffe6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.21 +FROM alpine:3.22 LABEL Maintainer="Christian Steinle " -LABEL Description="Lightweight container with Nginx 1.26 & PHP 8.4 based on Alpine Linux." +LABEL Description="Lightweight container with Nginx & PHP 8.4 based on Alpine Linux." WORKDIR /var/www/html