From 0820c7616b296fd2b8cdd49bd47de7eafd628d95 Mon Sep 17 00:00:00 2001 From: devopshazelcast Date: Thu, 22 Jun 2023 10:12:12 +0000 Subject: [PATCH] Prepare for next development cycle --- 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 d4101b43..9b8ff2f5 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.0.5-SNAPSHOT +ARG HZ_VERSION=5.0.6-SNAPSHOT # Variant - empty for full, "slim" for slim ARG HZ_VARIANT="" diff --git a/hazelcast-oss/Dockerfile b/hazelcast-oss/Dockerfile index 5e7b6d2b..249a682e 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.0.5-SNAPSHOT +ARG HZ_VERSION=5.0.6-SNAPSHOT # Variant - empty for full, "slim" for slim ARG HZ_VARIANT=""