mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 18:02:18 +08:00
Chore: Update to alpine:3.14.2 (#38813)
* Update apline to 3.14.2 * Remove libcrypto1.1 libssl1.1 version dependencies * Update grabpl version
This commit is contained in:

committed by
GitHub

parent
fe65021c14
commit
a5ce61b539
@ -1,11 +1,11 @@
|
||||
load('scripts/vault.star', 'from_secret', 'github_token', 'pull_secret', 'drone_token')
|
||||
|
||||
grabpl_version = '2.4.0'
|
||||
grabpl_version = '2.4.1'
|
||||
build_image = 'grafana/build-container:1.4.2'
|
||||
publish_image = 'grafana/grafana-ci-deploy:1.3.1'
|
||||
grafana_docker_image = 'grafana/drone-grafana-docker:0.3.2'
|
||||
deploy_docker_image = 'us.gcr.io/kubernetes-dev/drone/plugins/deploy-image'
|
||||
alpine_image = 'alpine:3.14.1'
|
||||
alpine_image = 'alpine:3.14.2'
|
||||
windows_image = 'mcr.microsoft.com/windows:1809'
|
||||
dockerize_version = '0.6.1'
|
||||
wix_image = 'grafana/ci-wix:0.1.1'
|
||||
|
Reference in New Issue
Block a user