Skip to content

Commit

Permalink
switch to curlimages/curl
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Yang <[email protected]>
  • Loading branch information
Rui Yang committed Sep 25, 2023
1 parent da4c0ff commit 3ea1fcd
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
Expand Up @@ -25,7 +25,7 @@ COPY --from=busybox:uclibc /bin/mkdir /bin/
COPY --from=busybox:uclibc /bin/sha256sum /bin/
COPY --from=busybox:uclibc /bin/sha1sum /bin/
COPY --from=stedolan/jq /usr/local/bin/jq /bin/
COPY --from=tarampampam/curl /bin/curl /bin/
COPY --from=curlimages/curl /usr/bin/curl /bin/

ADD assets/ /opt/resource/
RUN chmod +x /opt/resource/*
Expand Down

0 comments on commit 3ea1fcd

Please sign in to comment.