diff --git a/test/e2e/images.bzl b/test/e2e/images.bzl index 10ba65be8..0eed69885 100644 --- a/test/e2e/images.bzl +++ b/test/e2e/images.bzl @@ -30,7 +30,9 @@ def install(): ## field in this rule go_repository( name = "org_letsencrypt_pebble", - commit = "2e69bb16af048c491720f23cb284fce685e65fec", + commit = "2787c898960ca6326da21ab48b76b080f89a8fec", + remote = "https://github.com/munnerz/pebble", + vcs = "git", importpath = "github.com/letsencrypt/pebble", build_external = "vendored", # Expose the generated go_default_library as 'public' visibility