File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN set -ex && \
1111 gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
1212 done
1313
14- ENV CHRONOGRAF_VERSION 1.7.16
14+ ENV CHRONOGRAF_VERSION 1.7.17
1515RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1616 case "${dpkgArch##*-}" in \
1717 amd64) ARCH='amd64' ;; \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44RUN apk add --no-cache ca-certificates && \
55 update-ca-certificates
66
7- ENV CHRONOGRAF_VERSION 1.7.16
7+ ENV CHRONOGRAF_VERSION 1.7.17
88
99RUN set -ex && \
1010 apk add --no-cache --virtual .build-deps wget gnupg tar && \
Original file line number Diff line number Diff line change @@ -17,12 +17,11 @@ You should have received a copy of the GNU Affero General Public License
1717along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
1919InfluxData Inc.
20- 150 Spear Street
21- Suite 1750
22- San Francisco, CA 94105
23- 24-
25-
20+ 799 Market Street, Suite 400
21+ San Francisco, CA 94103
22+ 23+
24+
2625 GNU AFFERO GENERAL PUBLIC LICENSE
2726 Version 3, 19 November 2007
2827
You can’t perform that action at this time.
0 commit comments