We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a10b75 commit 6b43bfdCopy full SHA for 6b43bfd
Dockerfile
@@ -1,10 +1,10 @@
1
# FROM php:7.4.33-cli-alpine
2
-FROM php:8.1.28-cli
+FROM php:8.1.28-cli-alpine
3
#FROM php:8.2.18-cli-alpine
4
# FROM php:8.3.4-cli-alpine
5
6
LABEL Maintainer="ShaoBo Wan (Tinywan) <[email protected]>" \
7
- Description="Webman Lightweight container with PHP 8.2.16 based on Alpine Linux."
+ Description="Webman Lightweight container with PHP 8.2.16 based on Alpine Linux."
8
9
# Container package : mirrors.163.com、mirrors.aliyun.com、mirrors.ustc.edu.cn
10
RUN sed -i "s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g" /etc/apk/repositories
0 commit comments