mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Updated docker images to use PHP 8.1
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user