Skip to content

Commit e5b413d

Browse files
authored
Merge pull request #493 from influxdata/releases/v2.0.7
Influxdb v2.0.7
2 parents 8e5d747 + 771c03d commit e5b413d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

influxdb/2.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN set -eux; \
2121
gosu --version && \
2222
gosu nobody true
2323

24-
ENV INFLUXDB_VERSION 2.0.6
24+
ENV INFLUXDB_VERSION 2.0.7
2525
RUN set -eux && \
2626
ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
2727
case "${dpkgArch##*-}" in \

influxdb/2.0/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN set -eux; \
3030
gosu --version; \
3131
gosu nobody true
3232

33-
ENV INFLUXDB_VERSION 2.0.6
33+
ENV INFLUXDB_VERSION 2.0.7
3434
RUN set -eux && \
3535
ARCH="$(apk --print-arch)" && \
3636
if [ ${ARCH} = x86_64 ]; then \

0 commit comments

Comments
 (0)