From 3481caf4fd5f3cee942a89dc0fca7d55f98293b2 Mon Sep 17 00:00:00 2001 From: Leonard Gram Date: Wed, 7 Aug 2019 11:12:57 +0200 Subject: [PATCH] Docs: changelog for docker 6.3 (#18429) --- packaging/docker/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/docker/README.md b/packaging/docker/README.md index 40ef2f89265..6cf0552ba92 100644 --- a/packaging/docker/README.md +++ b/packaging/docker/README.md @@ -16,8 +16,11 @@ Further documentation can be found at http://docs.grafana.org/installation/docke ## Changelog +### v6.3.0-beta2 +* Switch base image from ubuntu:latest to ubuntu:18.04 + ### v6.3.0-beta1 -* Docker: Switch base image to ubuntu:latest from debian:stretch to avoid security issues. +* Switch base image to ubuntu:latest from debian:stretch to avoid security issues. ### v5.4.3 * Build and publish docker images for armv7 and arm64 #14617, thx @johanneswuerbach