From 36f4833b71d38857b743fa3b54c8b1326d2797b3 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Thu, 15 Jul 2021 22:00:29 +0800 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index e40d6d15..0ea58c5d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,13 +2,13 @@ FROM alpine:latest # define script basic information # Version of this Dockerfile -ENV SCRIPT_VERSION=1.3.0 +ENV SCRIPT_VERSION=1.3.1 # Download address uses backup address # (if downloading slowly, consider set it to yes) ENV USE_BACKUP=no # Version of some manually-installed package -ENV VER_PHP=7.4.20 +ENV VER_PHP=7.4.21 # APK repositories mirror address, if u r not in China, consider set USE_BACKUP=yes to boost ENV LINK_APK_REPO='mirrors.ustc.edu.cn'