Update pathfinder.Dockerfile base image

This commit is contained in:
Vladimir Nefyodov 2023-08-08 08:04:52 +03:00 committed by GitHub
parent e7cce14353
commit 3ddb0162b1
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 \ RUN apk update \
&& apk add --no-cache libpng-dev zeromq-dev git \ && apk add --no-cache libpng-dev zeromq-dev git \