This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/camel-main by this push: new 9d4821b3c8 Updated azurite docker image to reflect version in Camel 9d4821b3c8 is described below commit 9d4821b3c87b58d8731bb777b1b283c31d2724e1 Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Fri Oct 4 16:11:23 2024 +0200 Updated azurite docker image to reflect version in Camel --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b4e588326..27a74923f2 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,7 @@ <!-- Test container image properties --> <activemq.container.image>docker.io/rmohr/activemq:5.15.9-alpine</activemq.container.image> <arangodb.container.image>docker.io/arangodb:3.12.0</arangodb.container.image> - <azurite.container.image>mcr.microsoft.com/azure-storage/azurite:3.31.0</azurite.container.image> + <azurite.container.image>mcr.microsoft.com/azure-storage/azurite:3.32.0</azurite.container.image> <calculator-ws.container.image>quay.io/l2x6/calculator-ws:1.2</calculator-ws.container.image> <cassandra.container.image>docker.io/cassandra:4.1.3</cassandra.container.image> <consul.container.image>docker.io/hashicorp/consul:1.19</consul.container.image>