From 083a61748690ff0cd46cf70adb6bc3fe3547455e Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sun, 21 Jul 2024 17:30:04 +0300 Subject: [PATCH] chore: Update dasel to 2.8.1 --- influxdb/2.7/Dockerfile | 6 +++--- influxdb/2.7/alpine/Dockerfile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/influxdb/2.7/Dockerfile b/influxdb/2.7/Dockerfile index d548b5a10..ab6809ef8 100644 --- a/influxdb/2.7/Dockerfile +++ b/influxdb/2.7/Dockerfile @@ -17,10 +17,10 @@ RUN case "$(dpkg --print-architecture)" in \ *arm64) arch=arm64 ;; \ *) echo 'Unsupported architecture' && exit 1 ;; \ esac && \ - curl -fL "https://github.com/TomWright/dasel/releases/download/v2.4.1/dasel_linux_${arch}.gz" | gzip -d > /usr/local/bin/dasel && \ + curl -fL "https://github.com/TomWright/dasel/releases/download/v2.8.1/dasel_linux_${arch}.gz" | gzip -d > /usr/local/bin/dasel && \ case ${arch} in \ - amd64) echo '8e9fb0aa24e35774fab792005f05f9df141c22ec0a7436c7329a932582a10200 /usr/local/bin/dasel' ;; \ - arm64) echo '535f0f4c6362aa4b773664f7cfdb52d86f2723eac52a1aca6dfc6a69e2341c17 /usr/local/bin/dasel' ;; \ + amd64) echo 'be3cc4bcc2272873a071db5dcbfee2a81ad73cba3750476ee91f3fd554fb5d76 /usr/local/bin/dasel' ;; \ + arm64) echo 'cf976164cf5f929abe25b6924285c27db439dbcc58bac923ee0cbc921a463307 /usr/local/bin/dasel' ;; \ esac | sha256sum -c - && \ chmod +x /usr/local/bin/dasel && \ dasel --version diff --git a/influxdb/2.7/alpine/Dockerfile b/influxdb/2.7/alpine/Dockerfile index 2a7ff757e..8e8e5786f 100644 --- a/influxdb/2.7/alpine/Dockerfile +++ b/influxdb/2.7/alpine/Dockerfile @@ -17,10 +17,10 @@ RUN case "$(apk --print-arch)" in \ aarch64) arch=arm64 ;; \ *) echo 'Unsupported architecture' && exit 1 ;; \ esac && \ - curl -fL "https://github.com/TomWright/dasel/releases/download/v2.4.1/dasel_linux_${arch}.gz" | gzip -d > /usr/local/bin/dasel && \ + curl -fL "https://github.com/TomWright/dasel/releases/download/v2.8.1/dasel_linux_${arch}.gz" | gzip -d > /usr/local/bin/dasel && \ case ${arch} in \ - amd64) echo '8e9fb0aa24e35774fab792005f05f9df141c22ec0a7436c7329a932582a10200 /usr/local/bin/dasel' ;; \ - arm64) echo '535f0f4c6362aa4b773664f7cfdb52d86f2723eac52a1aca6dfc6a69e2341c17 /usr/local/bin/dasel' ;; \ + amd64) echo 'be3cc4bcc2272873a071db5dcbfee2a81ad73cba3750476ee91f3fd554fb5d76 /usr/local/bin/dasel' ;; \ + arm64) echo 'cf976164cf5f929abe25b6924285c27db439dbcc58bac923ee0cbc921a463307 /usr/local/bin/dasel' ;; \ esac | sha256sum -c - && \ chmod +x /usr/local/bin/dasel && \ dasel --version