Skip to content

Commit a6d93a8

Browse files
chore: Update ghcr.io/grafana/grafana-build-tools Docker tag to v1.23.0 (#338)
| datasource | package | from | to | | ---------- | ----------------------------------- | ------ | ------- | | docker | ghcr.io/grafana/grafana-build-tools | 1.22.0 | v1.23.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent ee344ba commit a6d93a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM ghcr.io/grafana/grafana-build-tools:1.22.0@sha256:603820a4f83025d073ade5e31064de37f97cd11a9af0884ddba7736be5117e28 AS buildtools
1+
FROM --platform=$BUILDPLATFORM ghcr.io/grafana/grafana-build-tools:v1.23.0@sha256:173916af15668a9a2837e038d5dea445b3888cbab97cd572dc2b3d961c982c83 AS buildtools
22
WORKDIR /crocochrome
33

44
COPY . .

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
docker ?= docker
2-
buildtools_image ?= ghcr.io/grafana/grafana-build-tools:1.22.0
2+
buildtools_image ?= ghcr.io/grafana/grafana-build-tools:v1.23.0
33

44
# --net=host and mounting docker.sock are required to run integration tests, which use testcontainers.
55
buildtools = $(docker) run --rm -i \

0 commit comments

Comments
 (0)