Skip to content

Commit

Permalink
Prepare for next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast committed Nov 26, 2024
1 parent df61e17 commit c0cde07
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.3-SNAPSHOT
ARG HZ_VERSION=5.5.4-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.3-SNAPSHOT
ARG HZ_VERSION=5.5.4-SNAPSHOT

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

0 comments on commit c0cde07

Please sign in to comment.