Skip to content

Commit

Permalink
Upgrade version to 5.4.0-BETA-1
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast committed Dec 20, 2023
1 parent b6a9348 commit e27f34e
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/ubi8-minimal:8.8

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

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-BETA-1-SNAPSHOT
ARG HZ_VERSION=5.4.0-BETA-1
# Variant - empty for full, "slim" for slim
ARG HZ_VARIANT=""

Expand Down

0 comments on commit e27f34e

Please sign in to comment.