Skip to content

Commit

Permalink
Updates to make it green
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Jul 21, 2023
1 parent 7176c13 commit b0304b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions e2e/smoke/.bazelrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
test --test_env=DOCKER_HOST
common --registry=https://raw.githubusercontent.com/aspect-build/bazel-central-registry/main/
4 changes: 2 additions & 2 deletions e2e/smoke/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"Bazel dependencies"
bazel_dep(name = "container_structure_test", dev_dependency = True, version = "1.15.0")
bazel_dep(name = "container_structure_test", dev_dependency = True, version = "1.15.0.1")
bazel_dep(name = "rules_oci", dev_dependency = True, version = "0.0.0")
bazel_dep(name = "platforms", version = "0.0.5")
bazel_dep(name = "aspect_bazel_lib", version = "1.25.0")
bazel_dep(name = "aspect_bazel_lib", version = "1.33.0")
bazel_dep(name = "bazel_skylib", version = "1.1.1")

local_path_override(
Expand Down

0 comments on commit b0304b5

Please sign in to comment.