Replaced ubuntu:latest with ubuntu:18.04; specific image version to make grafana build images consistent (#18224)

This commit is contained in:
Hassan Farid
2019-07-23 12:33:37 -04:00
committed by Leonard Gram
parent ba46cf40e4
commit 711f62c813
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 ubuntu:latest
FROM ubuntu:18.04
LABEL maintainer="Grafana team <hello@grafana.com>"