diff --git a/Dockerfile b/Dockerfile index fb5fb2b..92453ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Pin php:8.5-alpine by multi-arch index digest. Bump with: # docker buildx imagetools inspect php:8.5-alpine | head -2 -ARG BASE_IMAGE="php:8.5-alpine@sha256:dccc3abcf3d37a6bb081477a66ed4344716784a6ef5107625ae6ba9ec52df778" +ARG BASE_IMAGE="php:8.5-alpine@sha256:3cfccf28acfbb58ae991324612a3b0e2062a572026bb4dca030020e5295d1633" FROM $BASE_IMAGE AS compile diff --git a/tests.yaml b/tests.yaml index 7020321..926e132 100644 --- a/tests.yaml +++ b/tests.yaml @@ -91,7 +91,7 @@ commandTests: command: "php" args: ["-v"] expectedOutput: - - "PHP 8.5.5 (cli)*" + - "PHP 8.5.* (cli)*" - name: 'ImageMagick supported formats' command: "php" args: ["-i"]