Skip to content

Commit 08bf692

Browse files
authored
Merge pull request #482 from influxdata/releases/v2.0.5
Update Influxdb 2.x version in Dockerfiles for v2.0.5 release
2 parents c4d6651 + d39964a commit 08bf692

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.4
24+
ENV INFLUXDB_VERSION 2.0.5
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.4
33+
ENV INFLUXDB_VERSION 2.0.5
3434
RUN set -eux && \
3535
ARCH="$(apk --print-arch)" && \
3636
if [ ${ARCH} = x86_64 ]; then \

0 commit comments

Comments
 (0)