Skip to content

Commit 41ac83a

Browse files
chore: Update ghcr.io/grafana/grafana-build-tools Docker tag to v1.23.1 (#67)
Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
1 parent 9420ee2 commit 41ac83a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.23.0
7+
GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:1.23.1

.github/workflows/validate_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
id-token: write
2121
container:
22-
image: ghcr.io/grafana/grafana-build-tools:v1.23.0@sha256:173916af15668a9a2837e038d5dea445b3888cbab97cd572dc2b3d961c982c83
22+
image: ghcr.io/grafana/grafana-build-tools:1.23.1@sha256:66fb15e42d9b1f3ba68b28d8117c3dd6f598d5975ca8d3a01238054930356df9
2323
steps:
2424
- name: checkout
2525
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1

0 commit comments

Comments
 (0)