From af291b90368644677242cade94f6c9b5fb408d9d Mon Sep 17 00:00:00 2001 From: Ava Affine Date: Tue, 3 Feb 2026 12:06:48 -0800 Subject: [PATCH] update PHP and alpine 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 7266900..1c1f732 100644 --- a/pathfinder.Dockerfile +++ b/pathfinder.Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.4.32-fpm-alpine3.12 as build +FROM php:7.4.33-fpm-alpine3.16 as build RUN apk update \ && apk add --no-cache libpng-dev zeromq-dev git \