diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-10-23 17:40:47 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-10-23 17:43:09 -0500 |
commit | 9fe1153c6bad63922e026d1db86e51b95a92c6cc (patch) | |
tree | 4e48cbbbb3c9e5f1a37c6089726490ea24c601f7 /auth/docker/Dockerfile.client | |
parent | 50245adc23b914bc627925cf8557948f25927a5b (diff) |
Client updates
Issue-ID: AAF-558
Change-Id: I2c12b3cf46924b784e3af54bb643e6341dadf165
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/Dockerfile.client')
-rw-r--r-- | auth/docker/Dockerfile.client | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/Dockerfile.client b/auth/docker/Dockerfile.client index 3e61173d..c28ec24c 100644 --- a/auth/docker/Dockerfile.client +++ b/auth/docker/Dockerfile.client @@ -7,7 +7,7 @@ LABEL version=${AAF_VERSION} COPY logs /opt/app/aaf_config/logs COPY bin/client.sh /opt/app/aaf_config/bin/agent.sh -COPY bin/aaf-cadi*full.jar /opt/app/aaf_config/bin/ +COPY bin/aaf-auth-cmd-${AAF_VERSION}-full.jar /opt/app/aaf_config/bin/ COPY bin/aaf-cadi-servlet-sample-*-sample.jar /opt/app/aaf_config/bin/ COPY cert/*trust*.b64 /opt/app/aaf_config/cert/ |