diff --git a/1-php8.0/Dockerfile b/1-php8.0/Dockerfile index 37031aa..0e9a16f 100644 --- a/1-php8.0/Dockerfile +++ b/1-php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.0.30-cli-bullseye@sha256:e5cd612bc31cac54b9dc9b70c5f711e4e0485dfe055b46d9e3bc4ea331e61be1 +FROM php:8.0.30-cli-bullseye@sha256:0569e384b9064c04dec55dc6e41be41b494a878dfbb6577a7d76bd50cfd5bc00 SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ] diff --git a/2-php8.0/Dockerfile b/2-php8.0/Dockerfile index a916e70..fdd2193 100644 --- a/2-php8.0/Dockerfile +++ b/2-php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.0.30-cli-bullseye@sha256:e5cd612bc31cac54b9dc9b70c5f711e4e0485dfe055b46d9e3bc4ea331e61be1 +FROM php:8.0.30-cli-bullseye@sha256:0569e384b9064c04dec55dc6e41be41b494a878dfbb6577a7d76bd50cfd5bc00 SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ]