APP_DATE env in dockerfile

master
Tudor Stanciu 2023-03-27 02:53:31 +03:00
parent cda20f5e3d
commit a70123f778
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
ARG APP_VERSION=0.0.0.0
ENV APP_VERSION=${APP_VERSION}
ARG APP_DATE="-"
ENV APP_DATE=${APP_DATE}
#Workaround to lower the TLS level in container for old sql server version
RUN sed -i 's/TLSv1.2/TLSv1.0/g' /etc/ssl/openssl.cnf