From 2c0eb6c9d8b40b9bd43f89b9f5df1719a8c087f6 Mon Sep 17 00:00:00 2001 From: Ava Affine Date: Tue, 3 Feb 2026 12:05:00 -0800 Subject: [PATCH] update PHP version Signed-off-by: Ava Affine --- pathfinder.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathfinder.Dockerfile b/pathfinder.Dockerfile index 9e9fc68..7266900 100644 --- a/pathfinder.Dockerfile +++ b/pathfinder.Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.2.34-fpm-alpine3.12 as build +FROM php:7.4.32-fpm-alpine3.12 as build RUN apk update \ && apk add --no-cache libpng-dev zeromq-dev git \