update PHP version
Some checks failed
build and push / build (push) Failing after 35s

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2026-02-03 12:05:00 -08:00
parent 6bc104a119
commit 2c0eb6c9d8

View file

@ -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 \