diff --git a/1.10-php8.0/Dockerfile b/1.10-php8.0/Dockerfile index 32828b3..7caa905 100644 --- a/1.10-php8.0/Dockerfile +++ b/1.10-php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.0.3-cli-buster@sha256:55a9a587b5db66c599d43d884762294472d6a6e525266c559d6a0252de63055b +FROM php:8.0.3-cli-buster@sha256:4b1016d76de017cb030009c358cad5eb28cfa5856b4f16e933b81605edade881 SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ] diff --git a/2.0-php8.0/Dockerfile b/2.0-php8.0/Dockerfile index 2ec0d81..09961cb 100644 --- a/2.0-php8.0/Dockerfile +++ b/2.0-php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.0.3-cli-buster@sha256:55a9a587b5db66c599d43d884762294472d6a6e525266c559d6a0252de63055b +FROM php:8.0.3-cli-buster@sha256:4b1016d76de017cb030009c358cad5eb28cfa5856b4f16e933b81605edade881 SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ]