From 5a4ba9fa46bdebdcfe1796ffeaa3c9be29b89b45 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 16 Sep 2020 17:40:09 -0400 Subject: 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 --- models-sim/policy-models-simulators/src/main/package/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg