Updated docker images to use PHP 8.1

This commit is contained in:
Alejandro Celaya
2021-12-07 10:43:36 +01:00
parent cc7ded1be7
commit bb87bdce8a
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM php:8.0.9-alpine3.14 as base
FROM php:8.1.0-alpine3.15 as base
ARG SHLINK_VERSION=latest
ENV SHLINK_VERSION ${SHLINK_VERSION}