From c0cde071209459245d131ba2581853c82cf5decd Mon Sep 17 00:00:00 2001 From: devopshazelcast Date: Tue, 26 Nov 2024 15:40:40 +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 cb0ee262..97364883 100644 --- a/hazelcast-enterprise/Dockerfile +++ b/hazelcast-enterprise/Dockerfile @@ -3,7 +3,7 @@ FROM redhat/ubi9-minimal:9.3 # Used for image metadata only # Describes the version of the Dockerfile, *not* the version of the bundled Hazelcast binary as this is/can be controlled externally # Dockerfile needs some concept of versioning so that the release pipeline can tag/archive with an appropriate label -ARG HZ_VERSION=5.5.3-SNAPSHOT +ARG HZ_VERSION=5.5.4-SNAPSHOT ARG JDK_VERSION="21" # Build constants diff --git a/hazelcast-oss/Dockerfile b/hazelcast-oss/Dockerfile index 54b68461..04683330 100644 --- a/hazelcast-oss/Dockerfile +++ b/hazelcast-oss/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3 # Describes the version of the Dockerfile, *not* the version of the bundled Hazelcast binary as this is/can be controlled externally # Dockerfile needs some concept of versioning so that the release pipeline can tag/archive with an appropriate label -ARG HZ_VERSION=5.5.3-SNAPSHOT +ARG HZ_VERSION=5.5.4-SNAPSHOT # Build constants ARG HZ_HOME="/opt/hazelcast"