From 0a6d513693fc1bd2bc8aec823acfb2e5afa5b937 Mon Sep 17 00:00:00 2001 From: Ildar Iskhakov Date: Tue, 25 Apr 2023 15:44:08 +0800 Subject: [PATCH] Update ci jobs to node:14.17.0-buster from node:14.17.0-stretch (#1812) # What this PR does ## Which issue(s) this PR fixes ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4c38444d..70f8b265 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: Build and Release steps: - name: Build Plugin - image: node:14.17.0-stretch + image: node:14.17.0-buster commands: - apt-get update - apt-get --assume-yes install jq @@ -16,7 +16,7 @@ steps: - ls ./ - name: Sign and Package Plugin - image: node:14.17.0-stretch + image: node:14.17.0-buster environment: GRAFANA_API_KEY: from_secret: gcom_plugin_publisher_api_key @@ -174,7 +174,7 @@ name: OSS plugin release steps: - name: build plugin - image: node:14.17.0-stretch + image: node:14.17.0-buster commands: - apt-get update - apt-get --assume-yes install jq @@ -185,7 +185,7 @@ steps: - ls ./ - name: sign and package plugin - image: node:14.17.0-stretch + image: node:14.17.0-buster environment: GRAFANA_API_KEY: from_secret: gcom_plugin_publisher_api_key