diff --git a/.github/workflows/php8.1.yml b/.github/workflows/php8.1.yml index 72f2265..487b022 100644 --- a/.github/workflows/php8.1.yml +++ b/.github/workflows/php8.1.yml @@ -48,12 +48,11 @@ jobs: dockerfile="Dockerfile" tags = [ "${{ github.repository_owner }}/php:8.1", - "${{ github.repository_owner }}/php:8.1.18", + "${{ github.repository_owner }}/php:8.1.19", ] args = { - PHP_VERSION="8.1.18" + PHP_VERSION="8.1.19" COMPOSER_VERSION="2.2.21" - ALPINE="-alpine" } } EOF