You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated no-arg constructor of FirebirdContainer (see also testcontainers/testcontainers-java#2839)
It is recommended to switch to using an explicit image name and version
Added constructor FirebirdContainer(DockerImageName).
Use with DockerImageName.parse(FirebirdContainer.IMAGE).withTag("3.0.7") to get an explicit version.