Skip to content
Snippets Groups Projects
Unverified Commit af84eb11 authored by Brandon Pfeifer's avatar Brandon Pfeifer Committed by GitHub
Browse files

Merge pull request #761 from orgads/dasel-2.8

chore: Update dasel to 2.8.1
parents d29310ec 4d7993be
No related branches found
No related tags found
No related merge requests found
...@@ -17,10 +17,10 @@ RUN case "$(dpkg --print-architecture)" in \ ...@@ -17,10 +17,10 @@ RUN case "$(dpkg --print-architecture)" in \
*arm64) arch=arm64 ;; \ *arm64) arch=arm64 ;; \
*) echo 'Unsupported architecture' && exit 1 ;; \ *) echo 'Unsupported architecture' && exit 1 ;; \
esac && \ 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 \ case ${arch} in \
amd64) echo '8e9fb0aa24e35774fab792005f05f9df141c22ec0a7436c7329a932582a10200 /usr/local/bin/dasel' ;; \ amd64) echo '21fda0a4dc3c779c42737eca4b37e4f187d7ab91ba6301eed97b801af84a9ea2 /usr/local/bin/dasel' ;; \
arm64) echo '535f0f4c6362aa4b773664f7cfdb52d86f2723eac52a1aca6dfc6a69e2341c17 /usr/local/bin/dasel' ;; \ arm64) echo '2c75e63f9884c37578f48788819dda5a5a5c32ec6c4a663eefc19839f44d6291 /usr/local/bin/dasel' ;; \
esac | sha256sum -c - && \ esac | sha256sum -c - && \
chmod +x /usr/local/bin/dasel && \ chmod +x /usr/local/bin/dasel && \
dasel --version dasel --version
......
...@@ -17,10 +17,10 @@ RUN case "$(apk --print-arch)" in \ ...@@ -17,10 +17,10 @@ RUN case "$(apk --print-arch)" in \
aarch64) arch=arm64 ;; \ aarch64) arch=arm64 ;; \
*) echo 'Unsupported architecture' && exit 1 ;; \ *) echo 'Unsupported architecture' && exit 1 ;; \
esac && \ 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 \ case ${arch} in \
amd64) echo '8e9fb0aa24e35774fab792005f05f9df141c22ec0a7436c7329a932582a10200 /usr/local/bin/dasel' ;; \ amd64) echo '21fda0a4dc3c779c42737eca4b37e4f187d7ab91ba6301eed97b801af84a9ea2 /usr/local/bin/dasel' ;; \
arm64) echo '535f0f4c6362aa4b773664f7cfdb52d86f2723eac52a1aca6dfc6a69e2341c17 /usr/local/bin/dasel' ;; \ arm64) echo '2c75e63f9884c37578f48788819dda5a5a5c32ec6c4a663eefc19839f44d6291 /usr/local/bin/dasel' ;; \
esac | sha256sum -c - && \ esac | sha256sum -c - && \
chmod +x /usr/local/bin/dasel && \ chmod +x /usr/local/bin/dasel && \
dasel --version dasel --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment