Merge branch 'master' of github.com:goryn-clade/pathfinder-containers

This commit is contained in:
Sam ONeill 2024-01-06 22:00:58 +13:00
commit 117d9a1cec

View file

@ -1,4 +1,4 @@
FROM php:7.2.11-fpm-alpine3.7 as build
FROM php:7.2.34-fpm-alpine3.12 as build
RUN apk update \
&& apk add --no-cache libpng-dev zeromq-dev git \