Changed approach to ensure the default value for the version while building the docker image is latest

This commit is contained in:
Alejandro Celaya
2021-03-01 21:17:32 +01:00
parent 7d38ba12bd
commit 65f2ab6720
3 changed files with 2 additions and 3 deletions

View File

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