We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0357b2 commit 515601cCopy full SHA for 515601c
README.md
@@ -38,8 +38,8 @@ release.
38
39
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
40
41
-DAGGER_TAG = "2.56"
42
-DAGGER_SHA = "23417c843a99b8927bc09b56452bd2d39a51bf40ff7f8458401ec3c277271aef"
+DAGGER_TAG = "2.56.1"
+DAGGER_SHA = "4950ced4a16154e1d78f1b0bab84a42d023fea545bfb233bc910c70d3adda487"
43
http_archive(
44
name = "dagger",
45
strip_prefix = "dagger-dagger-%s" % DAGGER_TAG,
0 commit comments