Skip to content

Commit

Permalink
Update HiveMQ DNS Cluster Discovery and Prometheus extensions to late…
Browse files Browse the repository at this point in the history
…st versions
  • Loading branch information
Donnerbart committed Jan 2, 2025
1 parent e5e281a commit 3c4ca31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hivemq4/dns-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG BASEIMAGE=hivemq/hivemq4:latest
# Additional build image to unpack the zip files and change the permissions without retaining large layers just for those operations
FROM alpine:3.21@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 AS unpack

ARG DNS_DISCOVERY_EXTENSION_VERSION=4.3.1
ARG DNS_DISCOVERY_EXTENSION_VERSION=4.3.2

RUN mkdir -p /opt/hivemq/extensions

Expand Down
2 changes: 1 addition & 1 deletion hivemq4/k8s-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG BASEIMAGE=hivemq/hivemq4:dns-latest
# Additional build image to unpack the zip files and change the permissions without retaining large layers just for those operations
FROM alpine:3.21@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 AS unpack

ARG PROMETHEUS_EXTENSION_VERSION=4.0.11
ARG PROMETHEUS_EXTENSION_VERSION=4.0.12

RUN mkdir -p /opt/hivemq/extensions

Expand Down

0 comments on commit 3c4ca31

Please sign in to comment.