Keycloak version manip

This commit is contained in:
2020-09-05 11:22:49 +02:00
parent fc211ad7b9
commit c96703b31f
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ ADD https://curl.haxx.se/ca/cacert.pem /etc/ssl/certs/cacert.pem
ENV CURL_CA_BUNDLE=/etc/ssl/certs/cacert.pem
ARG VERSION
ENV KEYCLOAK_VERSION $KEYCLOAK_VERSION
ENV KEYCLOAK_VERSION $VERSION
# https://jdbc.postgresql.org/download.html
ENV JDBC_POSTGRES_VERSION 42.2.16
# https://dev.mysql.com/downloads/connector/j/