Skip to content

Commit f9de2c3

Browse files
grafanarenovatebot[bot]mem
authored andcommitted
chore: Update ghcr.io/grafana/grafana-build-tools Docker tag to v1.17.0
1 parent 9288f87 commit f9de2c3

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:1.16.1
7+
GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v1.17.0

.github/workflows/build_and_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- /var/run/docker.sock:/var/run/docker.sock:ro
5656

5757
container:
58-
image: ghcr.io/grafana/grafana-build-tools:1.16.1@sha256:d44664a2a6115deb50d9663aa58f5addbabe605581f031d1522df83e7a8de180
58+
image: ghcr.io/grafana/grafana-build-tools:v1.17.0@sha256:a6eda68a8c72bc39811143a07643a8ef1eea2703c72faa5b09ac7e0a340b9d72
5959
volumes:
6060
# This works as long as we are using self-hosted runners.
6161
#

.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:1.16.1@sha256:d44664a2a6115deb50d9663aa58f5addbabe605581f031d1522df83e7a8de180
24+
image: ghcr.io/grafana/grafana-build-tools:v1.17.0@sha256:a6eda68a8c72bc39811143a07643a8ef1eea2703c72faa5b09ac7e0a340b9d72
2525
volumes:
2626
# This works as long as we are using self-hosted runners.
2727
#

0 commit comments

Comments
 (0)