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 f8f5a9b commit 9671535Copy full SHA for 9671535
.version
@@ -1 +1 @@
1
-8.2.55
+8.2.56
docker/Dockerfile
@@ -2,7 +2,8 @@ FROM alpine:3.20
2
3
LABEL Maintainer="david <[email protected]>"
4
LABEL Description="IYUUPlus-dev container with PHP ^8.3 + nginx + mysql based on Alpine ^3.20 Linux."
5
-LABEL Version="8.3"
+LABEL Version="8.3.1"
6
+LABEL Release="20241113"
7
8
# 使用国内镜像(mirrors.aliyun.com | mirrors.ustc.edu.cn)
9
ARG package_url=mirrors.ustc.edu.cn
0 commit comments