Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 9495dcd

Browse files
author
Aaron Godin
committed
Upgrade version of grafana/build-container
1 parent df1fe9a commit 9495dcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .drone/drone.jsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local image = 'grafana/build-container:1.2.27';
1+
local image = 'grafana/build-container:1.7.7';
22

33
local pipeline(name, trigger) = {
44
kind: 'pipeline',

Diff for: .drone/drone.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ platform:
99

1010
steps:
1111
- name: test
12-
image: grafana/build-container:1.2.27
12+
image: grafana/build-container:1.7.7
1313
commands:
1414
- make test
1515

@@ -28,7 +28,7 @@ platform:
2828

2929
steps:
3030
- name: test
31-
image: grafana/build-container:1.2.27
31+
image: grafana/build-container:1.7.7
3232
commands:
3333
- make test
3434

0 commit comments

Comments
 (0)