mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 00:47:25 -06:00
Recovered ARG to ENV in Dockerfile
This commit is contained in:
parent
bc38ecf6de
commit
0d59ebfe55
@ -1,6 +1,7 @@
|
||||
FROM php:8.0.1-alpine3.13 as base
|
||||
|
||||
ARG SHLINK_VERSION=2.5.2
|
||||
ENV SHLINK_VERSION ${SHLINK_VERSION}
|
||||
ENV SWOOLE_VERSION 4.6.2
|
||||
ENV PDO_SQLSRV_VERSION 5.9.0
|
||||
ENV LC_ALL "C"
|
||||
|
Loading…
Reference in New Issue
Block a user