diff options
author | Jim Hahn <jrh3@att.com> | 2020-09-16 17:40:09 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-09-16 17:41:16 -0400 |
commit | 5a4ba9fa46bdebdcfe1796ffeaa3c9be29b89b45 (patch) | |
tree | 27f35a524ef6b41b749a368e35c98df13a16bea2 /models-sim | |
parent | 52cb02b2033708a0401d5ea165d84f4cdb911628 (diff) |
Use latest alpine base image
Simulators are only used while testing, thus the version of the alpine
image need not be specified. Removing the version from the Dockerfile
eliminates the need to update the Dockerfile every time the version
changes.
Issue-ID: POLICY-2819
Change-Id: Ie81079f4734b369eaf865c58d319b8244427207a
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'models-sim')
-rw-r--r-- | models-sim/policy-models-simulators/src/main/package/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models-sim/policy-models-simulators/src/main/package/docker/Dockerfile b/models-sim/policy-models-simulators/src/main/package/docker/Dockerfile index c41cd3804..e9ed6db27 100644 --- a/models-sim/policy-models-simulators/src/main/package/docker/Dockerfile +++ b/models-sim/policy-models-simulators/src/main/package/docker/Dockerfile @@ -24,7 +24,7 @@ # Docker file to build an image that runs the simulators # -FROM onap/policy-jre-alpine:2.0.1 +FROM onap/policy-jre-alpine LABEL maintainer="Policy Team" |