Skip to content

Commit 95d7fc5

Browse files
committed
influxdb 1.7.7
1 parent 36d1061 commit 95d7fc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

influxdb/1.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN set -ex && \
99
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
1010
done
1111

12-
ENV INFLUXDB_VERSION 1.7.6
12+
ENV INFLUXDB_VERSION 1.7.7
1313
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1414
case "${dpkgArch##*-}" in \
1515
amd64) ARCH='amd64';; \

influxdb/1.7/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache tzdata bash ca-certificates && \
55
update-ca-certificates
66

7-
ENV INFLUXDB_VERSION 1.7.6
7+
ENV INFLUXDB_VERSION 1.7.7
88
RUN set -ex && \
99
apk add --no-cache --virtual .build-deps wget gnupg tar && \
1010
for key in \

0 commit comments

Comments
 (0)