We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80aeff2 commit b46570eCopy full SHA for b46570e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.4.16-cli-alpine
+FROM php:8.3.30-cli-alpine
2
3
LABEL Maintainer="ShaoBo Wan (Tinywan) <756684177@qq.com>" \
4
Description="Webman Lightweight container with PHP 8.4.16 based on Alpine Linux."
README.md
@@ -6,7 +6,7 @@
6
## Build
7
8
```
9
-docker build -t tinywan/docker-php-webman:8.3.4 .
+docker build -t tinywan/docker-php-webman:8.4.16 .
10
11
## Usage
12
0 commit comments