Skip to content

Commit

Permalink
Downgrade int test foundry container version (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyodar authored May 7, 2024
1 parent 86e3983 commit 1301882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ func startAnvilTestContainer(t *testing.T, ctx context.Context, name, exposedPor
}

req := testcontainers.ContainerRequest{
Image: "ghcr.io/foundry-rs/foundry:latest",
Image: "ghcr.io/foundry-rs/foundry:latest@sha256:8b843eb65cc7b155303b316f65d27173c862b37719dc095ef3a2ef27ce8d3c00",
Name: name,
Entrypoint: []string{"anvil"},
ExposedPorts: []string{exposedPort + "/tcp"},
Expand Down

0 comments on commit 1301882

Please sign in to comment.