Merge pull request #5560 from influxdata/chore/alpine_312

chore: upgrade docker alpine to 3.12
pull/5554/head^2
Pavel Závora 2020-08-19 13:17:51 +02:00 committed by GitHub
commit 267bac963a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
### Other ### Other
1. [#5560](https://github.com/influxdata/chronograf/pull/5560): Upgrade Dockerfile to use Alpine 3.12
1. [#5552] (https://github.com/influxdata/chronograf/pull/5552): Make MySQL protoboard more useful by using derivatives for counter values 1. [#5552] (https://github.com/influxdata/chronograf/pull/5552): Make MySQL protoboard more useful by using derivatives for counter values
## v1.8.5 [2020-07-08] ## v1.8.5 [2020-07-08]

View File

@ -1,4 +1,4 @@
FROM alpine:3.8 FROM alpine:3.12
MAINTAINER Chris Goller <chris@influxdb.com> MAINTAINER Chris Goller <chris@influxdb.com>
ENV PROTOBOARDS_PATH /usr/share/chronograf/protoboards ENV PROTOBOARDS_PATH /usr/share/chronograf/protoboards