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: 570790118
  • Loading branch information
bcorso authored and Dagger Team committed Oct 4, 2023
1 parent 378535e commit 7173b40
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.48"
DAGGER_SHA = "5f9d43b9a7d940a44ca9d5f4e08758b6141e7cb57ac0a2b8bbab02c9ba554c0e"
DAGGER_TAG = "2.48.1"
DAGGER_SHA = "5c2a0812226bee38d1d54c936a1381d95ef9f849f0db3d27b069defb30806cfc"
http_archive(
name = "dagger",
strip_prefix = "dagger-dagger-%s" % DAGGER_TAG,
Expand Down

0 comments on commit 7173b40

Please sign in to comment.