File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN set -ex && \
11
11
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
12
12
done
13
13
14
- ENV CHRONOGRAF_VERSION 1.7.9
14
+ ENV CHRONOGRAF_VERSION 1.7.10
15
15
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
16
16
case "${dpkgArch##*-}" in \
17
17
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
4
4
RUN apk add --no-cache ca-certificates && \
5
5
update-ca-certificates
6
6
7
- ENV CHRONOGRAF_VERSION 1.7.8
7
+ ENV CHRONOGRAF_VERSION 1.7.10
8
8
9
9
RUN set -ex && \
10
10
apk add --no-cache --virtual .build-deps wget gnupg tar && \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN set -ex && \
9
9
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
10
10
done
11
11
12
- ENV INFLUXDB_VERSION 1.7.5
12
+ ENV INFLUXDB_VERSION 1.7.6
13
13
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
14
14
case "${dpkgArch##*-}" in \
15
15
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
4
4
RUN apk add --no-cache tzdata bash ca-certificates && \
5
5
update-ca-certificates
6
6
7
- ENV INFLUXDB_VERSION 1.7.5
7
+ ENV INFLUXDB_VERSION 1.7.6
8
8
RUN set -ex && \
9
9
apk add --no-cache --virtual .build-deps wget gnupg tar && \
10
10
for key in \
You can’t perform that action at this time.
0 commit comments