Skip to content

Commit

Permalink
Upgrade version to 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast committed Apr 15, 2024
1 parent 7407058 commit f153cf3
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
@@ -1,7 +1,7 @@
FROM redhat/ubi9-minimal:9.3

# Versions of Hazelcast
ARG HZ_VERSION=5.4.0-SNAPSHOT
ARG HZ_VERSION=5.4.0
# Variant - empty for full, "slim" for slim
ARG HZ_VARIANT=""
ARG JDK_VERSION="21"
Expand Down
2 changes: 1 addition & 1 deletion hazelcast-oss/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3

# Versions of Hazelcast
ARG HZ_VERSION=5.4.0-SNAPSHOT
ARG HZ_VERSION=5.4.0
# Variant - empty for full, "slim" for slim
ARG HZ_VARIANT=""

Expand Down

0 comments on commit f153cf3

Please sign in to comment.