Merge pull request #1007 from acelaya-forks/feature/php-8.0.2

Updated docker images to PHP 8.0.2
This commit is contained in:
Alejandro Celaya 2021-02-07 10:17:51 +01:00 committed by GitHub
commit d310c53cce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM php:8.0.1-alpine3.13 as base
FROM php:8.0.2-alpine3.13 as base
ARG SHLINK_VERSION=2.5.2
ENV SHLINK_VERSION ${SHLINK_VERSION}

View file

@ -1,4 +1,4 @@
FROM php:8.0.1-fpm-alpine3.13
FROM php:8.0.2-fpm-alpine3.13
MAINTAINER Alejandro Celaya <alejandro@alejandrocelaya.com>
ENV APCU_VERSION 5.1.19

View file

@ -1,4 +1,4 @@
FROM php:8.0.1-alpine3.13
FROM php:8.0.2-alpine3.13
MAINTAINER Alejandro Celaya <alejandro@alejandrocelaya.com>
ENV APCU_VERSION 5.1.19