Skip to content

Commit 4d7993b

Browse files
committed
chore: Update dasel to 2.8.1
1 parent 9576344 commit 4d7993b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

influxdb/2.7/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ RUN case "$(dpkg --print-architecture)" in \
1717
*arm64) arch=arm64 ;; \
1818
*) echo 'Unsupported architecture' && exit 1 ;; \
1919
esac && \
20-
curl -fL "https://github.com/TomWright/dasel/releases/download/v2.4.1/dasel_linux_${arch}.gz" | gzip -d > /usr/local/bin/dasel && \
20+
curl -fL "https://github.com/TomWright/dasel/releases/download/v2.8.1/dasel_linux_${arch}.gz" | gzip -d > /usr/local/bin/dasel && \
2121
case ${arch} in \
22-
amd64) echo '8e9fb0aa24e35774fab792005f05f9df141c22ec0a7436c7329a932582a10200 /usr/local/bin/dasel' ;; \
23-
arm64) echo '535f0f4c6362aa4b773664f7cfdb52d86f2723eac52a1aca6dfc6a69e2341c17 /usr/local/bin/dasel' ;; \
22+
amd64) echo '21fda0a4dc3c779c42737eca4b37e4f187d7ab91ba6301eed97b801af84a9ea2 /usr/local/bin/dasel' ;; \
23+
arm64) echo '2c75e63f9884c37578f48788819dda5a5a5c32ec6c4a663eefc19839f44d6291 /usr/local/bin/dasel' ;; \
2424
esac | sha256sum -c - && \
2525
chmod +x /usr/local/bin/dasel && \
2626
dasel --version

influxdb/2.7/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ RUN case "$(apk --print-arch)" in \
1717
aarch64) arch=arm64 ;; \
1818
*) echo 'Unsupported architecture' && exit 1 ;; \
1919
esac && \
20-
curl -fL "https://github.com/TomWright/dasel/releases/download/v2.4.1/dasel_linux_${arch}.gz" | gzip -d > /usr/local/bin/dasel && \
20+
curl -fL "https://github.com/TomWright/dasel/releases/download/v2.8.1/dasel_linux_${arch}.gz" | gzip -d > /usr/local/bin/dasel && \
2121
case ${arch} in \
22-
amd64) echo '8e9fb0aa24e35774fab792005f05f9df141c22ec0a7436c7329a932582a10200 /usr/local/bin/dasel' ;; \
23-
arm64) echo '535f0f4c6362aa4b773664f7cfdb52d86f2723eac52a1aca6dfc6a69e2341c17 /usr/local/bin/dasel' ;; \
22+
amd64) echo '21fda0a4dc3c779c42737eca4b37e4f187d7ab91ba6301eed97b801af84a9ea2 /usr/local/bin/dasel' ;; \
23+
arm64) echo '2c75e63f9884c37578f48788819dda5a5a5c32ec6c4a663eefc19839f44d6291 /usr/local/bin/dasel' ;; \
2424
esac | sha256sum -c - && \
2525
chmod +x /usr/local/bin/dasel && \
2626
dasel --version

0 commit comments

Comments
 (0)