Skip to content

Commit 747c951

Browse files
InfluxDB v2.1.1 (#546)
1 parent fa961b6 commit 747c951

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

influxdb/2.1/Dockerfile

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

2424
# Install the infuxd server
25-
ENV INFLUXDB_VERSION 2.1.0
25+
ENV INFLUXDB_VERSION 2.1.1
2626
RUN set -eux && \
2727
ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
2828
case "${dpkgArch##*-}" in \

influxdb/2.1/alpine/Dockerfile

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

3333
# Install the infuxd server
34-
ENV INFLUXDB_VERSION 2.1.0
34+
ENV INFLUXDB_VERSION 2.1.1
3535
RUN set -eux && \
3636
ARCH="$(apk --print-arch)" && \
3737
if [ ${ARCH} = x86_64 ]; then \

0 commit comments

Comments
 (0)