Skip to content

Commit

Permalink
Fix version in docker images and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fameing committed Sep 3, 2024
1 parent 8ced51d commit 0e14e8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion embedded-azurite/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
==== Consumes (via `bootstrap.properties`)
* `embedded.azurite.enabled` `(true|false, default is true)`
* `embedded.azurite.reuseContainer` `(true|false, default is false)`
* `embedded.azurite.dockerImage` `(default is 'mcr.microsoft.com/azure-storage/azurite')`
* `embedded.azurite.dockerImage` `(default is 'mcr.microsoft.com/azure-storage/azurite:3.32.0')`
** Image versions on https://hub.docker.com/_/microsoft-azure-storage-azurite
* `embedded.azurite.blobStoragePort` `(default is 10000)`
* `embedded.azurite.queueStoragePort` `(default is 10001)`
Expand Down
2 changes: 1 addition & 1 deletion embedded-google-pubsub/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

* `embedded.google.pubsub.enabled` `(true|false, default is true)`
* `embedded.google.pubsub.reuseContainer` `(true|false, default is false)`
* `embedded.google.pubsub.dockerImage` `(default is 'google/cloud-sdk:464.0.0')`
* `embedded.google.pubsub.dockerImage` `(default is 'google/cloud-sdk:490.0.0')`
** Image versions on https://hub.docker.com/r/google/cloud-sdk/tags[dockerhub]
[NOTE]
====
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ public class MySQLProperties extends CommonContainerProperties {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "mysql:8.0-debian";
return "mysql:9.0";
}
}

0 comments on commit 0e14e8f

Please sign in to comment.