Update Nginx version description

This commit is contained in:
Tim de Pater
2024-07-14 07:07:51 +02:00
parent d764e5c7d1
commit b6d29076bb
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
ARG ALPINE_VERSION=3.20
FROM alpine:${ALPINE_VERSION}
LABEL Maintainer="Tim de Pater <code@trafex.nl>"
LABEL Description="Lightweight container with Nginx 1.24 & PHP 8.3 based on Alpine Linux."
LABEL Description="Lightweight container with Nginx 1.26 & PHP 8.3 based on Alpine Linux."
# Setup document root
WORKDIR /var/www/html