Skip to content
Snippets Groups Projects
Commit f5e136d7 authored by devanbenz's avatar devanbenz
Browse files

feat: Add 2.7.12 as influxdb version

* Add .idea to gitignore so it will not get committed
parent 0b65fafc
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ RUN case "$(dpkg --print-architecture)" in \ ...@@ -49,7 +49,7 @@ RUN case "$(dpkg --print-architecture)" in \
gosu nobody true gosu nobody true
# Install the influxd server # Install the influxd server
ENV INFLUXDB_VERSION 2.7.11 ENV INFLUXDB_VERSION 2.7.12
RUN case "$(dpkg --print-architecture)" in \ RUN case "$(dpkg --print-architecture)" in \
*amd64) arch=amd64 ;; \ *amd64) arch=amd64 ;; \
*arm64) arch=arm64 ;; \ *arm64) arch=arm64 ;; \
......
...@@ -31,7 +31,7 @@ RUN addgroup -S -g 1000 influxdb && \ ...@@ -31,7 +31,7 @@ RUN addgroup -S -g 1000 influxdb && \
chown -R influxdb:influxdb /home/influxdb chown -R influxdb:influxdb /home/influxdb
# Install the infuxd server # Install the infuxd server
ENV INFLUXDB_VERSION 2.7.11 ENV INFLUXDB_VERSION 2.7.12
RUN case "$(apk --print-arch)" in \ RUN case "$(apk --print-arch)" in \
x86_64) arch=amd64 ;; \ x86_64) arch=amd64 ;; \
aarch64) arch=arm64 ;; \ aarch64) arch=arm64 ;; \
......
tmp tmp
logs logs
.idea/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment