Skip to content

Commit

Permalink
Update Dagger yml and README with latest version number.
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 709094695
  • Loading branch information
bcorso authored and Dagger Team committed Dec 23, 2024
1 parent 76b5819 commit e9e8deb
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.1"
DAGGER_SHA = "b82f1133b623892617f9e64fd14ba9203647e470a32048ba8aa26075bbb8a9e5"
DAGGER_TAG = "2.54"
DAGGER_SHA = "f7fd174ef9bb0fe7b23b50c500f78e19b64ce762169fa7a97c7171658d82834c"
http_archive(
name = "dagger",
strip_prefix = "dagger-dagger-%s" % DAGGER_TAG,
Expand Down

0 comments on commit e9e8deb

Please sign in to comment.