diff --git a/1.10-php8.0/Dockerfile b/1.10-php8.0/Dockerfile index 24630ad..e2fa972 100644 --- a/1.10-php8.0/Dockerfile +++ b/1.10-php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.0.7-cli-buster@sha256:6cf1ce2a65655c0aa8871114f2991c68870f92b3a5bbd634aefa0f05dbdfd3b1 +FROM php:8.0.7-cli-buster@sha256:8414e2fbbac045f53d722c83c9955804447daecdcd8d1329544ffe90b949d844 SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ] diff --git a/2.0-php8.0/Dockerfile b/2.0-php8.0/Dockerfile index b9836f9..06f816e 100644 --- a/2.0-php8.0/Dockerfile +++ b/2.0-php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.0.7-cli-buster@sha256:6cf1ce2a65655c0aa8871114f2991c68870f92b3a5bbd634aefa0f05dbdfd3b1 +FROM php:8.0.7-cli-buster@sha256:8414e2fbbac045f53d722c83c9955804447daecdcd8d1329544ffe90b949d844 SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ]