Skip to content

Commit 7b1aff6

Browse files
committed
Release 4.1.7 - See CHANGELOG.md
1 parent 89e13a0 commit 7b1aff6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 4.1.6 2024-10-29 <dave at tiredofit dot ca>
28

39
### Changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ RUN source /assets/functions/00-container && \
205205
if [ "${influx2,,}" = "true" ] ; then \
206206
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/ ; \
207207
chmod +x /usr/src/influx ; \
208-
mv /usr/src/influx /usr/sbin/ ;
208+
mv /usr/src/influx /usr/sbin/ ; \
209209
else \
210210
echo >&2 "Unable to build Influx 2 on this system" ; \
211211
fi ; \

0 commit comments

Comments
 (0)