Docker: Update base alpine version (fix CVE-2021-36159) (#38088)

* update base alpine version and update apk packages in Dockerfile

* update base alpine version

* don't need to apk update

* remove space

* Update to alpine 3.14.1

Co-authored-by: Malcolm Holmes <mdh@odoko.co.uk>
This commit is contained in:
Kevin Minehart
2021-08-20 12:54:03 +01:00
committed by GitHub
co-authored by Malcolm Holmes
parent d9a2dd8a4b
commit b3c4b20953
6 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ build_image = 'grafana/build-container:1.4.1'
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.13'
alpine_image = 'alpine:3.14.1'
windows_image = 'mcr.microsoft.com/windows:1809'
dockerize_version = '0.6.1'
wix_image = 'grafana/ci-wix:0.1.1'