From 3ea1fcd086759c192279f4a6af8a8b7441d62574 Mon Sep 17 00:00:00 2001 From: Rui Yang Date: Mon, 25 Sep 2023 17:10:29 -0400 Subject: [PATCH] switch to curlimages/curl Signed-off-by: Rui Yang --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 851b7da..c49b039 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*