Ensured latest docker image is built with SHLINK_VERSION=latest

This commit is contained in:
Alejandro Celaya
2021-03-01 17:04:16 +01:00
parent 3d99819be4
commit 8128e85b6b
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM php:8.0.2-alpine3.13 as base
ARG SHLINK_VERSION=2.5.2
ARG SHLINK_VERSION=2.6.1
ENV SHLINK_VERSION ${SHLINK_VERSION}
ENV SWOOLE_VERSION 4.6.3
ENV PDO_SQLSRV_VERSION 5.9.0