Skip to content

Commit cfef0da

Browse files
authored
Housekeeping: Update localstack-s3 image for functional tests (prebid#4437)
1 parent a938b83 commit cfef0da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/groovy/org/prebid/server/functional/testcontainers/Dependencies.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Dependencies {
4949

5050
static void start() {
5151
if (IS_LAUNCH_CONTAINERS) {
52-
localStackContainer = new LocalStackContainer(DockerImageName.parse("localstack/localstack:s3-latest"))
52+
localStackContainer = new LocalStackContainer(DockerImageName.parse("localstack/localstack:s3-community-archive"))
5353
.withNetwork(network)
5454
.withServices(S3)
5555
Startables.deepStart([networkServiceContainer, mysqlContainer, localStackContainer, influxdbContainer]).join()

0 commit comments

Comments
 (0)