Skip to content

Commit

Permalink
5.1-BETA-1
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast committed Jan 13, 2022
1 parent 52712ee commit c06192e
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.5

# Versions of Hazelcast
ARG HZ_VERSION=5.0.2
ARG HZ_VERSION=5.1-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.15.0

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

Expand Down

0 comments on commit c06192e

Please sign in to comment.