Skip to content

Commit

Permalink
Merge pull request #718 from influxdata/BNP_release-influxdb-2.7.5
Browse files Browse the repository at this point in the history
InfluxDB OSS 2.7.5
  • Loading branch information
bnpfeife authored Jan 5, 2024
2 parents a4ebb96 + deb2b28 commit 43ef33a
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.4
ENV INFLUXDB_VERSION 2.7.5
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.4
ENV INFLUXDB_VERSION 2.7.5
RUN case "$(apk --print-arch)" in \
x86_64) arch=amd64 ;; \
aarch64) arch=arm64 ;; \
Expand Down

0 comments on commit 43ef33a

Please sign in to comment.