Skip to content

Commit

Permalink
Update default artemis image from 2.36.0 to 2.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
turing85 committed Sep 1, 2024
1 parent 29e159b commit e68964c
Show file tree
Hide file tree
Showing 4 changed files with 424 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public interface ArtemisDevServicesBuildTimeConfig {
/**
* The ActiveMQ Artemis container image to use.
* <p>
* Defaults to {@code quay.io/artemiscloud/activemq-artemis-broker:artemis.2.36.0}
* Defaults to {@code quay.io/artemiscloud/activemq-artemis-broker:artemis.2.37.0}
*/
Optional<String> imageName();

Expand Down Expand Up @@ -77,7 +77,7 @@ default int getPort() {
}

default String getImageName() {
return imageName().orElse("quay.io/artemiscloud/activemq-artemis-broker:artemis.2.36.0");
return imageName().orElse("quay.io/artemiscloud/activemq-artemis-broker:artemis.2.37.0");
}

default boolean isShared() {
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:quarkus-version: 3.13.0
:quarkus-version: 3.14.1
:quarkus-artemis-version: 3.4.1

:quarkus-org-url: https://github.com/quarkusio
Expand Down
Loading

0 comments on commit e68964c

Please sign in to comment.