Docker: Switch base to ubuntu:latest (#17066)

This commit is contained in:
Carl Bergquist
2019-06-14 22:57:55 +02:00
committed by GitHub
parent c853ef7318
commit f9b691bd54
3 changed files with 6 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ ENV NODE_ENV production
RUN ./node_modules/.bin/grunt build
# Final container
FROM debian:stretch-slim
FROM ubuntu:latest
LABEL maintainer="Grafana team <hello@grafana.com>"