Docker: Upgrade Ubuntu to 19.10 (#22306)

This commit is contained in:
Arve Knudsen
2020-02-19 15:23:54 +01:00
committed by GitHub
parent 7bf3f0b9c1
commit b148b306e2
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=ubuntu:18.10
ARG BASE_IMAGE=ubuntu:19.10
FROM ${BASE_IMAGE} AS grafana-builder
ARG GRAFANA_TGZ="grafana-latest.linux-x64.tar.gz"