Skip to content

Commit bcc4cb4

Browse files
grafanarenovatebot[bot]mem
authored andcommitted
chore: Update ghcr.io/grafana/grafana-build-tools Docker tag to v1.15.0
1 parent 2de21f1 commit bcc4cb4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gbt.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# and a shell script. This is achieved by using the `VAR=value` syntax, which
55
# is valid in both Makefile and shell.
66

7-
GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v1.14.0
7+
GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:1.15.0

.github/workflows/build_and_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id-token: none
4848

4949
container:
50-
image: ghcr.io/grafana/grafana-build-tools:v1.14.0@sha256:976d7ceebf570f078ef136580d6abb1bc68d921ac8c716ed3528fcccb16a7a6a
50+
image: ghcr.io/grafana/grafana-build-tools:1.15.0@sha256:b6c829aee32699dcdda0f3151168aef863e40b5a2014d5e9276c601d99e99c5d
5151
volumes:
5252
# This works as long as we are using self-hosted runners.
5353
#

.github/workflows/validate_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: read
2222

2323
container:
24-
image: ghcr.io/grafana/grafana-build-tools:v1.14.0@sha256:976d7ceebf570f078ef136580d6abb1bc68d921ac8c716ed3528fcccb16a7a6a
24+
image: ghcr.io/grafana/grafana-build-tools:1.15.0@sha256:b6c829aee32699dcdda0f3151168aef863e40b5a2014d5e9276c601d99e99c5d
2525
volumes:
2626
# This works as long as we are using self-hosted runners.
2727
#

0 commit comments

Comments
 (0)