diff --git a/Dockerfile b/Dockerfile index 6f40669..f542197 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official PHP image with Apache -FROM php:8.4-apache +FROM php:8.4.5-apache # Arguments to be passed at build time ARG UID=1000