Merge pull request #67 from vlanf-forks/fix-failed-pf-build

Update pathfinder.Dockerfile base image
This commit is contained in:
Sam 2024-01-06 22:00:46 +13:00 committed by GitHub
commit 50083e1110
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \