diff --git a/frankenphp/Dockerfile b/frankenphp/Dockerfile index 50f080b..8cadf4d 100644 --- a/frankenphp/Dockerfile +++ b/frankenphp/Dockerfile @@ -2,7 +2,7 @@ # check=error=true # Latest version of FrankenPHP base image: https://hub.docker.com/r/dunglas/frankenphp/tags -FROM dunglas/frankenphp:1.12.2-php8.3.31-trixie AS runtime +FROM dunglas/frankenphp:1.12.3-php8.3.31-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive