From f7167ab7a97971f9d713af562a00621d34de948b Mon Sep 17 00:00:00 2001 From: netfun2000 Date: Sat, 28 Jun 2025 20:26:30 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8688b22..42a97f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ ARG ALPINE_VERSION=3.21 FROM alpine:${ALPINE_VERSION} -ENV TZ=Asia/Shanghai LABEL Maintainer="Tim de Pater " LABEL Description="Lightweight container with Nginx 1.26 & PHP 8.4 based on Alpine Linux." # 重新声明ARG变量,使其在FROM之后的阶段可用 ARG ALPINE_VERSION +ENV TZ=Asia/Shanghai # Setup document root WORKDIR /var/www/html