mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-13 20:05:35 +08:00
Update Dockerfile
This commit is contained in:
@@ -2,13 +2,13 @@ FROM alpine:latest
|
|||||||
|
|
||||||
# define script basic information
|
# define script basic information
|
||||||
# Version of this Dockerfile
|
# Version of this Dockerfile
|
||||||
ENV SCRIPT_VERSION=1.3.0
|
ENV SCRIPT_VERSION=1.3.1
|
||||||
# Download address uses backup address
|
# Download address uses backup address
|
||||||
# (if downloading slowly, consider set it to yes)
|
# (if downloading slowly, consider set it to yes)
|
||||||
ENV USE_BACKUP=no
|
ENV USE_BACKUP=no
|
||||||
|
|
||||||
# Version of some manually-installed package
|
# 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
|
# 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'
|
ENV LINK_APK_REPO='mirrors.ustc.edu.cn'
|
||||||
|
|||||||
Reference in New Issue
Block a user