We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b1bba commit 6a88123Copy full SHA for 6a88123
modules/firebase/firebase.go
@@ -17,7 +17,7 @@ type FirebaseContainer struct {
17
testcontainers.Container
18
}
19
20
-const defaultImageName = "ghcr.io/u-health/docker-firebase-emulator:13.6.0"
+const defaultImageName = "ghcr.io/u-health/docker-firebase-emulator:13.29.2"
21
22
// WithRoot sets the directory which is copied to the destination container as firebase root
23
func WithRoot(rootPath string) testcontainers.CustomizeRequestOption {
0 commit comments