Skip to content

Commit

Permalink
Bump to etl 2.83.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdanielsson committed Nov 12, 2024
1 parent d82e3e0 commit 880535d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ WORKDIR /etlegacy
ARG TARGETPLATFORM

RUN case "$TARGETPLATFORM" in \
('linux/amd64') URL="https://www.etlegacy.com/download/file/590" ;; \
('linux/arm64') URL="https://www.etlegacy.com/workflow-files/dl/247d7fd270a9ba8f1d4f8b4fff8b70c70e5d16c0/lnxarm64/etlegacy-v2.82.1-80-g247d7fd-aarch64.tar.gz" ;; \
('linux/amd64') URL="https://www.etlegacy.com/download/file/685" ;; \
('linux/arm64') URL="https://www.etlegacy.com/download/file/697" ;; \
(*) echo "Unsupported platform $TARGETPLATFORM" && exit 1 ;; \
esac && \
curl $URL | tar xz -i --strip-components=1 && if [ -f etlded.* ]; then mv etlded.* etlded; fi
Expand Down

0 comments on commit 880535d

Please sign in to comment.