From: jhh Date: Tue, 23 Feb 2021 16:16:29 +0000 (-0600) Subject: use policy-jdk-alpine:2.2.1 base image X-Git-Tag: 1.8.0~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2616376363a06dabed8e1c5c6b5270e777fad4b9;p=policy%2Fdrools-pdp.git use policy-jdk-alpine:2.2.1 base image Issue-ID: POLICY-3088 Signed-off-by: jhh Change-Id: I2c891acddcce74297cf03d696af8472c127d27ea --- diff --git a/packages/docker/src/main/docker/Dockerfile b/packages/docker/src/main/docker/Dockerfile index 195780c9..2277bc77 100644 --- a/packages/docker/src/main/docker/Dockerfile +++ b/packages/docker/src/main/docker/Dockerfile @@ -1,7 +1,7 @@ #------------------------------------------------------------------------------- # Dockerfile # ============LICENSE_START======================================================= -# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jdk-alpine:2.2.0 +FROM onap/policy-jdk-alpine:2.2.1 LABEL maintainer="Policy Team"