diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index def731b..22c9aa4 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -8,7 +8,7 @@ on: env: OLS_VERSION: 1.7.18 - PHP_STABLE_VERSION: '8.2.9' + PHP_STABLE_VERSION: '8.2.10' REGISTRY: ghcr.io jobs: @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - PHP_VERSION: ['8.0.30', '8.1.22', '8.2.9'] + PHP_VERSION: ['8.0.30','8.1.23','8.2.10'] steps: - name: Checkout @@ -131,7 +131,7 @@ jobs: # https://github.com/marketplace/actions/create-release - name: Create Release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.13.0 if: matrix.PHP_VERSION == env.PHP_STABLE_VERSION && github.event_name == 'push' with: name: ${{ steps.release-name.outputs.RELEASE_NAME }} diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index 8a6ca00..60ab1b3 100644 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -8,7 +8,7 @@ on: env: OLS_VERSION: 1.7.18 - PHP_STABLE_VERSION: '8.2.9' + PHP_STABLE_VERSION: '8.2.10' REGISTRY: ghcr.io jobs: @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - PHP_VERSION: ['8.0.30','8.1.22','8.2.9'] + PHP_VERSION: ['8.0.30','8.1.23','8.2.10'] steps: - name: Checkout diff --git a/README.md b/README.md index f8ceec0..dd78596 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Install a lightweight OpenLiteSpeed container using the Stable version in Debian 11 Linux on arm64. -## Supported tags and respective `Dockerfile` links +## Supported tags -- `1.7.18-lsphp82`, `1.7-lsphp82`, `lsphp82` -- `1.7.18-lsphp81`, `1.7-lsphp81`, `lsphp81` -- `1.7.18-lsphp80`, `1.7-lsphp80`, `lsphp80` +- `1.7.18-lsphp82`, `1.7-lsphp82`, `1-lsphp82`, `lsphp82` +- `1.7.18-lsphp81`, `1.7-lsphp81`, `1-lsphp81`, `lsphp81` +- `1.7.18-lsphp80`, `1.7-lsphp80`, `1-lsphp80`, `lsphp80` - `1.7.17-lsphp82`, `1.7.17-lsphp81`, `1.7.17-lsphp80` - `1.7.16-lsphp82`, `1.7.16-lsphp81`, `1.7.16-lsphp80` @@ -39,7 +39,7 @@ docker pull ghcr.io/ndigitals/openlitespeed:latest or specify the OpenLiteSpeed version with lsphp version ``` -docker pull ghcr.io/ndigitals/openlitespeed:1.7.18-lsphp80 +docker pull ghcr.io/ndigitals/openlitespeed:1.7-lsphp82 ``` ### Start a Container