diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-10-13 18:10:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-13 18:10:42 +0000 |
commit | fdb63635c554565c7c2d5e8f16db0e5bb3fc0a79 (patch) | |
tree | ce5d15a6a9296b1793fbfebdb552580f218153f9 /packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile | |
parent | 666845003ea1558bc46c1e6f4a6be6fe4e1ef2e3 (diff) | |
parent | 1beed579cfe3e21044c311b5681adcecd6549fed (diff) |
Merge "Update parent/common/models/docker references"
Diffstat (limited to 'packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile')
-rw-r--r-- | packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile b/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile index fe14f7d7c..88bf34579 100644 --- a/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile @@ -22,7 +22,7 @@ # Docker file to build an image that runs CLAMP on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.3.0 +FROM onap/policy-jre-alpine:2.3.1 LABEL maintainer="Policy Team" |