Skip to content

Commit

Permalink
feat(container): update docker.io/hivemq/hivemq4 docker tag to v4.33.0
Browse files Browse the repository at this point in the history
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| docker     | docker.io/hivemq/hivemq4 | 4.32.0 | 4.33.0 |
  • Loading branch information
robodexo2000[bot] authored Sep 24, 2024
1 parent 8b9e655 commit 6feaf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hivemq4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/hivemq/hivemq4:4.32.0
FROM docker.io/hivemq/hivemq4:4.33.0

RUN bash -c 'cd /opt/hivemq/extensions && wget https://github.com/hivemq/hivemq-file-rbac-extension/releases/download/4.5.3/hivemq-file-rbac-extension-4.5.3.zip && unzip hivemq-file-rbac-extension-4.5.3.zip && rm -rf hivemq-file-rbac-extension-4.5.3.zip && chmod -R 770 hivemq-file-rbac-extension/'

0 comments on commit 6feaf02

Please sign in to comment.