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: 713817902
  • Loading branch information
bcorso authored and Dagger Team committed Jan 9, 2025
1 parent 962bb33 commit 347cfe1
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.54"
DAGGER_SHA = "f7fd174ef9bb0fe7b23b50c500f78e19b64ce762169fa7a97c7171658d82834c"
DAGGER_TAG = "2.55"
DAGGER_SHA = "ad2272bb59f4b15b9f1c3dad9ec806af7b75bcf5f04e83974dad8e65c581bba4"
http_archive(
name = "dagger",
strip_prefix = "dagger-dagger-%s" % DAGGER_TAG,
Expand Down

0 comments on commit 347cfe1

Please sign in to comment.