diff --git a/2-php8.1/Dockerfile b/2-php8.1/Dockerfile
index 3b18f58..55ad65a 100644
--- a/2-php8.1/Dockerfile
+++ b/2-php8.1/Dockerfile
@@ -1,4 +1,4 @@
-FROM php:8.1.31-cli-bullseye@sha256:990442eff59587d175016c22715602524c8dfcba8d9032373e03ad2bb663c1eb
+FROM php:8.1.31-cli-bullseye@sha256:e33d8dd6d5f9efc9a24116c84b7a8ada952296c0a53afb8070033226c57c6ea3
 
 SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ]