From 6003b635f345af4ff179c824eae18c47be4e6013 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:19:40 +0000 Subject: [PATCH] feat(deps): update curlimages/curl docker tag to v8 --- wait-for-http/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wait-for-http/Dockerfile b/wait-for-http/Dockerfile index f5822f06d..343b64635 100644 --- a/wait-for-http/Dockerfile +++ b/wait-for-http/Dockerfile @@ -1,4 +1,4 @@ -FROM curlimages/curl:7.88.1@sha256:48318407b8d98e8c7d5bd4741c88e8e1a5442de660b47f63ba656e5c910bc3da +FROM curlimages/curl:8.10.0@sha256:a3838a5cf24fe940ec63e98fc37ce1dbe1d43286dc2b803c5bc5e9f067c7ad6d COPY ./bin /bin