aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-09-16 17:40:09 -0400
committerJim Hahn <jrh3@att.com>2020-09-16 17:41:16 -0400
commit5a4ba9fa46bdebdcfe1796ffeaa3c9be29b89b45 (patch)
tree27f35a524ef6b41b749a368e35c98df13a16bea2
parent52cb02b2033708a0401d5ea165d84f4cdb911628 (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>
-rw-r--r--models-sim/policy-models-simulators/src/main/package/docker/Dockerfile2
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"