Skip to content

Commit

Permalink
Upgrade to docker.io/antora/antora:3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Sep 20, 2024
1 parent a1f2da0 commit 0dc3626
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/quarkus-antora.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Environment variable: `+++QUARKUS_ANTORA_IMAGE+++`
endif::add-copy-button-to-env-var[]
--
|string
|`docker.io/antora/antora:3.0.1`
|`docker.io/antora/antora:3.1.9`

|===

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Environment variable: `+++QUARKUS_ANTORA_IMAGE+++`
endif::add-copy-button-to-env-var[]
--
|string
|`docker.io/antora/antora:3.0.1`
|`docker.io/antora/antora:3.1.9`

|===

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public interface FixedConfig {
* @asciidoclet
* @since 0.0.5
*/
@WithDefault("docker.io/antora/antora:3.0.1")
@WithDefault("docker.io/antora/antora:3.1.9")
String image();
}

0 comments on commit 0dc3626

Please sign in to comment.