From c08576b2ddb6f2cd0c3def3baaadd5eb7184c6c7 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 14 May 2025 06:07:22 +0000 Subject: [PATCH] Do not use latest alpine image. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36ea6dd..772aa44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.21 LABEL Maintainer="Christian Steinle " LABEL Description="Lightweight container with Nginx 1.22 & PHP 8.2 based on Alpine Linux."