Skip to content

Commit

Permalink
Create maintenance branch 5.5.z
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast committed Jul 12, 2024
1 parent f552c30 commit 2b0891b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hazelcast-enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-SNAPSHOT
ARG HZ_VERSION=5.5.1-SNAPSHOT
ARG JDK_VERSION="21"

# Build constants
Expand Down
2 changes: 1 addition & 1 deletion hazelcast-oss/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-SNAPSHOT
ARG HZ_VERSION=5.5.1-SNAPSHOT

# Build constants
ARG HZ_HOME="/opt/hazelcast"
Expand Down

0 comments on commit 2b0891b

Please sign in to comment.