We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e13a0 commit 7b1aff6Copy full SHA for 7b1aff6
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 4.1.7 2024-10-29 <dave at tiredofit dot ca>
2
+
3
+ ### Changed
4
+ - Fix for 4.1.6
5
6
7
## 4.1.6 2024-10-29 <dave at tiredofit dot ca>
8
9
### Changed
Dockerfile
@@ -205,7 +205,7 @@ RUN source /assets/functions/00-container && \
205
if [ "${influx2,,}" = "true" ] ; then \
206
curl -sSL https://dl.influxdata.com/influxdb/releases/influxdb2-client-${INFLUX2_CLIENT_VERSION}-linux-${influx_arch}.tar.gz | tar xvfz - --strip=1 -C /usr/src/ ; \
207
chmod +x /usr/src/influx ; \
208
- mv /usr/src/influx /usr/sbin/ ;
+ mv /usr/src/influx /usr/sbin/ ; \
209
else \
210
echo >&2 "Unable to build Influx 2 on this system" ; \
211
fi ; \
0 commit comments