This commit is contained in:
万少波 2022-12-19 15:31:29 +08:00
parent 0022753bdf
commit b6714d2eb4

View File

@ -1,7 +1,8 @@
FROM php:7.4.29-cli-alpine
#FROM php:7.4.29-cli-alpine
# FROM php:8.1.4-cli-alpine
FROM php:8.2.0-cli-alpine
LABEL Maintainer="ShaoBo Wan (Tinywan) <756684177@qq.com>" \
Description="Webman Lightweight container with PHP 8.1.4 based on Alpine Linux."
Description="Webman Lightweight container with PHP 8.2.0 based on Alpine Linux."
# Container package : mirrors.163.com、mirrors.aliyun.com、mirrors.ustc.edu.cn
RUN sed -i "s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g" /etc/apk/repositories