Skip to content

Commit

Permalink
Merge pull request #14 from Toumash/bugfix/13-docker-build-fail
Browse files Browse the repository at this point in the history
Update curl to latest version
  • Loading branch information
Roang-zero1 authored Sep 2, 2022
2 parents f031fac + 45a0292 commit 5b03ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.16 as base

RUN apk add --no-cache jq=1.6-r1 curl=7.83.1-r2
RUN apk add --no-cache jq=1.6-r1 curl=7.83.1-r3

SHELL ["/bin/ash", "-o", "pipefail", "-c"]
RUN curl -s https://api.github.com/repos/dahlia/submark/releases/tags/0.3.1 | jq -r '.assets[] | select(.browser_download_url | contains("linux-x86_64")) | .browser_download_url' | xargs curl -o /usr/local/bin/submark -sSL && chmod +x /usr/local/bin/submark
Expand Down

0 comments on commit 5b03ae7

Please sign in to comment.