Updated docker images to PHP 8.1.3

This commit is contained in:
Alejandro Celaya
2022-02-19 18:57:36 +01:00
parent 4110c702c0
commit 816d4851e7
5 changed files with 21 additions and 4 deletions

View File

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