Updated base image for all docerfiles to use PHP 7.4.1

This commit is contained in:
Alejandro Celaya 2019-12-29 16:34:43 +01:00
parent 9e48dc4137
commit 050050a9eb
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM php:7.4.0-alpine3.10
FROM php:7.4.1-alpine3.10
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
ARG SHLINK_VERSION=1.20.2

View file

@ -1,4 +1,4 @@
FROM php:7.4.0-fpm-alpine3.10
FROM php:7.4.1-fpm-alpine3.10
MAINTAINER Alejandro Celaya <alejandro@alejandrocelaya.com>
ENV APCU_VERSION 5.1.18

View file

@ -1,4 +1,4 @@
FROM php:7.4.0-alpine3.10
FROM php:7.4.1-alpine3.10
MAINTAINER Alejandro Celaya <alejandro@alejandrocelaya.com>
ENV APCU_VERSION 5.1.18