Merge branch 'main' of github.com:Tinywan/docker-php-webman

This commit is contained in:
Tinywan 2023-10-11 17:45:26 +08:00
commit f43b24dd3f
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-last
permissions:
contents: read
packages: write

View File

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