Skip to content

Commit 577fb60

Browse files
chore(deps): update authzed/spicedb docker tag to v1.45.3 (#2524)
| datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | docker | authzed/spicedb | v1.45.1 | v1.45.3 | Co-authored-by: Renovate Bot <[email protected]>
1 parent b835300 commit 577fb60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded-spicedb/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
==== Consumes (via `bootstrap.properties`)
1616

1717
* `embedded.spicedb.enabled` `(true|false, default is true)`
18-
* `embedded.spicedb.dockerImage` `(default is 'authzed/spicedb:v1.45.1')`
18+
* `embedded.spicedb.dockerImage` `(default is 'authzed/spicedb:v1.45.3')`
1919
** Image versions on https://hub.docker.com/r/authzed/spicedb/tags[dockerhub]
2020
* `embedded.spicedb.presharedKey` `(default is 'somerandomkeyhere')`
2121
* `embedded.toxiproxy.proxies.spicedb.enabled` Enables both creation of the container with ToxiProxy TCP proxy and a proxy to the `embedded-spicedb` container.

embedded-spicedb/src/main/java/com/playtika/testcontainer/spicedb/SpiceDBProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ public class SpiceDBProperties extends CommonContainerProperties {
1919
public String getDefaultDockerImage() {
2020
// Please don`t remove this comment.
2121
// renovate: datasource=docker
22-
return "authzed/spicedb:v1.45.1";
22+
return "authzed/spicedb:v1.45.3";
2323
}
2424
}

0 commit comments

Comments
 (0)