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 519076f commit 89005f9Copy full SHA for 89005f9
embedded-google-storage/src/main/java/com/playtika/testcontainer/storage/StorageProperties.java
@@ -28,7 +28,7 @@ public class StorageProperties extends CommonContainerProperties {
28
public String getDefaultDockerImage() {
29
// Please don`t remove this comment.
30
// renovate: datasource=docker
31
- return "fsouza/fake-gcs-server:1.50.2";
+ return "fsouza/fake-gcs-server:1.52.1";
32
}
33
34
@Data
0 commit comments