Skip to content

Commit

Permalink
Merge pull request #738 from influxdata/BNP_release-influxdb-2.7.6
Browse files Browse the repository at this point in the history
InfluxDB OSS 2.7.6
  • Loading branch information
bnpfeife authored Apr 12, 2024
2 parents 0f0bdbb + 26341a5 commit 2680007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion influxdb/2.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN case "$(dpkg --print-architecture)" in \
gosu nobody true

# Install the influxd server
ENV INFLUXDB_VERSION 2.7.5
ENV INFLUXDB_VERSION 2.7.6
RUN case "$(dpkg --print-architecture)" in \
*amd64) arch=amd64 ;; \
*arm64) arch=arm64 ;; \
Expand Down
2 changes: 1 addition & 1 deletion influxdb/2.7/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN addgroup -S -g 1000 influxdb && \
chown -R influxdb:influxdb /home/influxdb

# Install the infuxd server
ENV INFLUXDB_VERSION 2.7.5
ENV INFLUXDB_VERSION 2.7.6
RUN case "$(apk --print-arch)" in \
x86_64) arch=amd64 ;; \
aarch64) arch=arm64 ;; \
Expand Down

0 comments on commit 2680007

Please sign in to comment.