This commit is contained in:
万少波 2022-05-17 11:20:34 +08:00
parent ced7387ed3
commit 0022753bdf
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# FROM php:7.4.26-cli-alpine
FROM php:8.1.4-cli-alpine
FROM php:7.4.29-cli-alpine
# FROM php:8.1.4-cli-alpine
LABEL Maintainer="ShaoBo Wan (Tinywan) <756684177@qq.com>" \
Description="Webman Lightweight container with PHP 8.1.4 based on Alpine Linux."

View File

@ -6,7 +6,7 @@
## Build
```
docker build -t tinywan/docker-php-webman:7.4.26 .
docker build -t tinywan/docker-php-webman:7.4.29 .
```
## Usage