Skip to content

Commit 6a88123

Browse files
committed
chore: bump default container version
1 parent 29b1bba commit 6a88123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/firebase/firebase.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type FirebaseContainer struct {
1717
testcontainers.Container
1818
}
1919

20-
const defaultImageName = "ghcr.io/u-health/docker-firebase-emulator:13.6.0"
20+
const defaultImageName = "ghcr.io/u-health/docker-firebase-emulator:13.29.2"
2121

2222
// WithRoot sets the directory which is copied to the destination container as firebase root
2323
func WithRoot(rootPath string) testcontainers.CustomizeRequestOption {

0 commit comments

Comments
 (0)