bumps version and updates development files

This commit is contained in:
Sam ONeill 2024-01-07 00:02:30 +13:00
parent ba6b645711
commit 4c34d19ff6
3 changed files with 23 additions and 12 deletions

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 \