From 1532f3a89d570838f8126a1eb8d2183ed4de8ce7 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 24 Feb 2020 16:02:11 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a7d8d22..7bbdcdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,8 @@ # See the License for the specific language governing permissions and # limitations under the License. ARG COMANAGE_REGISTRY_VERSION=3.2.3 -ARG COMANAGE_REGISTRY_BASE_IMAGE_VERSION=20191118-rc1 -ARG COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=3.2.3-20191118-rc1 +ARG COMANAGE_REGISTRY_BASE_IMAGE_VERSION=3.2.3-20200224-rc1 +ARG COMANAGE_REGISTRY_I2_BASE_IMAGE_VERSION=3.2.3-20200224-rc1 FROM tier/comanage-registry-base:${COMANAGE_REGISTRY_VERSION}-${COMANAGE_REGISTRY_BASE_IMAGE_VERSION} AS comanage