Skip to content

Commit 15e62bf

Browse files
renovate-sh-app[bot]mem
authored andcommitted
chore: Update ghcr.io/grafana/grafana-build-tools Docker tag to v1.23.0
| datasource | package | from | to | | ---------- | ----------------------------------- | ------ | ------- | | docker | ghcr.io/grafana/grafana-build-tools | 1.21.3 | v1.23.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 22a3d7d commit 15e62bf

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.21.3
7+
GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v1.23.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.21.3@sha256:fea3d7e1e24a9f9c68d7b0e56a25ced5877f376c66558c1197d568e4b9142f97
58+
image: ghcr.io/grafana/grafana-build-tools:v1.23.0@sha256:173916af15668a9a2837e038d5dea445b3888cbab97cd572dc2b3d961c982c83
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.21.3@sha256:fea3d7e1e24a9f9c68d7b0e56a25ced5877f376c66558c1197d568e4b9142f97
24+
image: ghcr.io/grafana/grafana-build-tools:v1.23.0@sha256:173916af15668a9a2837e038d5dea445b3888cbab97cd572dc2b3d961c982c83
2525
volumes:
2626
# This works as long as we are using self-hosted runners.
2727
#

0 commit comments

Comments
 (0)