File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
flink-sql-runner/src/test/java/com/datasqrl/flinkrunner Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,8 @@ public class AbstractITSupport {
72
72
73
73
@ Container
74
74
protected static final GenericContainer <?> redpandaContainer =
75
- new GenericContainer <>(DockerImageName .parse ("redpandadata/redpanda" ))
75
+ new GenericContainer <>(
76
+ DockerImageName .parse ("docker.redpanda.com/redpandadata/redpanda:v23.1.2" ))
76
77
.withNetwork (sharedNetwork )
77
78
.withNetworkAliases ("redpanda" )
78
79
.withExposedPorts (REDPANDA_PORT );
Original file line number Diff line number Diff line change 106
106
<picocli .version>4.7.7</picocli .version>
107
107
<postgres .version>42.7.7</postgres .version>
108
108
<slf4j .version>2.0.17</slf4j .version>
109
- <testcontainers .version>1.21.2 </testcontainers .version>
109
+ <testcontainers .version>1.21.3 </testcontainers .version>
110
110
111
111
<!-- Plugin versions -->
112
112
<build-helper-maven-plugin .version>3.6.1</build-helper-maven-plugin .version>
You can’t perform that action at this time.
0 commit comments