Skip to content

Commit

Permalink
pin foundry version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasArrachea committed Oct 16, 2024
1 parent aae8ccd commit 0bcc22b
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 @@ -204,7 +204,7 @@ func startAnvilTestContainer() testcontainers.Container {

ctx := context.Background()
req := testcontainers.ContainerRequest{
Image: "ghcr.io/foundry-rs/foundry:latest",
Image: "ghcr.io/foundry-rs/foundry:nightly-3abac322efdb69e27b6fe8748b72754ae878f64d@sha256:871b66957335636a02c6c324c969db9adb1d6d64f148753c4a986cf32a40dc3c",
Mounts: testcontainers.ContainerMounts{
testcontainers.ContainerMount{
Source: testcontainers.GenericBindMountSource{
Expand Down

0 comments on commit 0bcc22b

Please sign in to comment.