mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Replaced ubuntu:latest with ubuntu:18.04; specific image version to make grafana build images consistent (#18224)
This commit is contained in:
committed by
Leonard Gram
parent
ba46cf40e4
commit
711f62c813
@@ -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>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user