Skip to content

Commit

Permalink
chore: release InfluxDB 2.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bnpfeife committed Aug 9, 2024
1 parent ae5525d commit de71286
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.8
ENV INFLUXDB_VERSION 2.7.9
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.8
ENV INFLUXDB_VERSION 2.7.9
RUN case "$(apk --print-arch)" in \
x86_64) arch=amd64 ;; \
aarch64) arch=arm64 ;; \
Expand Down

0 comments on commit de71286

Please sign in to comment.