File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ RUN case "$(dpkg --print-architecture)" in \
49
49
gosu nobody true
50
50
51
51
# Install the influxd server
52
- ENV INFLUXDB_VERSION 2.7.11
52
+ ENV INFLUXDB_VERSION 2.7.12
53
53
RUN case "$(dpkg --print-architecture)" in \
54
54
*amd64) arch=amd64 ;; \
55
55
*arm64) arch=arm64 ;; \
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN addgroup -S -g 1000 influxdb && \
31
31
chown -R influxdb:influxdb /home/influxdb
32
32
33
33
# Install the infuxd server
34
- ENV INFLUXDB_VERSION 2.7.11
34
+ ENV INFLUXDB_VERSION 2.7.12
35
35
RUN case "$(apk --print-arch)" in \
36
36
x86_64) arch=amd64 ;; \
37
37
aarch64) arch=arm64 ;; \
Original file line number Diff line number Diff line change 1
1
tmp
2
2
logs
3
+ .idea /
You can’t perform that action at this time.
0 commit comments