diff --git a/1.10-php8.0/Dockerfile b/1.10-php8.0/Dockerfile index 8b2e992..a4b9830 100644 --- a/1.10-php8.0/Dockerfile +++ b/1.10-php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.0.6-cli-buster@sha256:60bf6998cce609a3872dfa49e1413327397102c54d4e73d629ffe4c3474fbaab +FROM php:8.0.6-cli-buster@sha256:6d3a0d72c3a10e32686c612f65b8bda8f65db19572d27492448de40c8ba67f20 SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ] diff --git a/2.0-php8.0/Dockerfile b/2.0-php8.0/Dockerfile index 1568bd7..165f4e5 100644 --- a/2.0-php8.0/Dockerfile +++ b/2.0-php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.0.6-cli-buster@sha256:60bf6998cce609a3872dfa49e1413327397102c54d4e73d629ffe4c3474fbaab +FROM php:8.0.6-cli-buster@sha256:6d3a0d72c3a10e32686c612f65b8bda8f65db19572d27492448de40c8ba67f20 SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ]