PHP 8.2.0

This commit is contained in:
ShaoBo Wan(無尘) 2023-01-08 12:49:55 +08:00 committed by GitHub
parent 0c67edc0b5
commit d4ff2508e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
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
FROM php:8.2.1-cli-alpine
LABEL Maintainer="ShaoBo Wan (Tinywan) <756684177@qq.com>" \
Description="Webman Lightweight container with PHP 8.2.0 based on Alpine Linux."