Skip to content

Commit

Permalink
Update Dagger readme with latest version and sha.
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 412077122
  • Loading branch information
bcorso authored and Dagger Team committed Nov 24, 2021
1 parent 93f04ae commit 5c1164a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ release.

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

DAGGER_TAG = "2.40.1"
DAGGER_SHA = "39c893bd43ea15dec71a031ad89f25a1f08a4f559ac52882488a8322daae5e3a"
DAGGER_TAG = "2.40.2"
DAGGER_SHA = "1b4252213780f1728f19abe673a779013575f146bae4fe752f55e2a1d5fde48c"
http_archive(
name = "dagger",
strip_prefix = "dagger-dagger-%s" % DAGGER_TAG,
Expand Down
Empty file modified util/shasum.sh
100644 → 100755
Empty file.

0 comments on commit 5c1164a

Please sign in to comment.