From 1b6610c551d1a2ea57501d6b222523a7ecfb6b92 Mon Sep 17 00:00:00 2001 From: devopshazelcast Date: Fri, 19 May 2023 07:14:53 +0000 Subject: [PATCH] Upgrade version to 5.3.0 --- hazelcast-enterprise/Dockerfile | 2 +- hazelcast-oss/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hazelcast-enterprise/Dockerfile b/hazelcast-enterprise/Dockerfile index d058b0cb..f29e39cf 100644 --- a/hazelcast-enterprise/Dockerfile +++ b/hazelcast-enterprise/Dockerfile @@ -1,7 +1,7 @@ FROM redhat/ubi8-minimal:8.7 # Versions of Hazelcast -ARG HZ_VERSION=5.3.0-SNAPSHOT +ARG HZ_VERSION=5.3.0 # Variant - empty for full, "slim" for slim ARG HZ_VARIANT="" diff --git a/hazelcast-oss/Dockerfile b/hazelcast-oss/Dockerfile index 1a33dfc8..21ef935d 100644 --- a/hazelcast-oss/Dockerfile +++ b/hazelcast-oss/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.18.0 # Versions of Hazelcast -ARG HZ_VERSION=5.3.0-SNAPSHOT +ARG HZ_VERSION=5.3.0 # Variant - empty for full, "slim" for slim ARG HZ_VARIANT=""