From dc2f410c17f87d4bd546c5d83ad8011e6f66533a Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Tue, 28 Nov 2023 17:01:37 +0000 Subject: [PATCH] build: Align drone base images (#66) Align the base images used in drone with the images used across the ecosystem. --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 12ea2481..75bc5ecc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: build - image: rancher/dapper:v0.5.0 + image: rancher/dapper:v0.6.0 environment: CROSS: 'true' GITHUB_TOKEN: @@ -25,7 +25,7 @@ steps: - k3k-chart - name: package-chart - image: rancher/dapper:v0.5.0 + image: rancher/dapper:v0.6.0 environment: GITHUB_TOKEN: from_secret: github_token @@ -41,7 +41,7 @@ steps: - drone-publish.rancher.io - name: release-chart - image: rancher/dapper:v0.5.0 + image: rancher/dapper:v0.6.0 environment: GITHUB_TOKEN: from_secret: github_token @@ -57,7 +57,7 @@ steps: - drone-publish.rancher.io - name: github_binary_release - image: ibuildthecloud/github-release:v0.0.1 + image: plugins/github-release settings: api_key: from_secret: github_token @@ -135,4 +135,4 @@ steps: exclude: - k3k-chart depends_on: - - amd64 \ No newline at end of file + - amd64