Skip to content

Commit

Permalink
InfluxDB OSS 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bnpfeife committed Jan 5, 2024
1 parent a4ebb96 commit deb2b28
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 deb2b28

Please sign in to comment.