Skip to content

Commit

Permalink
Update Dagger yml and README with new latest version number.
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 704428700
  • Loading branch information
bcorso authored and Dagger Team committed Dec 9, 2024
1 parent dde28e5 commit 4c2e482
Showing 1 changed file 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 @@ -38,8 +38,8 @@ release.

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

DAGGER_TAG = "2.53"
DAGGER_SHA = "37f3a26c07d59bbf1568a91279f029fe3ca045ff9110356d3a5450559123381d"
DAGGER_TAG = "2.53.1"
DAGGER_SHA = "b82f1133b623892617f9e64fd14ba9203647e470a32048ba8aa26075bbb8a9e5"
http_archive(
name = "dagger",
strip_prefix = "dagger-dagger-%s" % DAGGER_TAG,
Expand Down

0 comments on commit 4c2e482

Please sign in to comment.