From 0f1801f42f530fe374fd0adb5291e1cc38ec0983 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 13:29:51 +0000 Subject: [PATCH] feat(deps): update curlimages/curl docker tag to v7.80.0 (#900) Co-authored-by: Renovate Bot --- 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 0a0f1b9e5..2e4836b01 100644 --- a/wait-for-http/Dockerfile +++ b/wait-for-http/Dockerfile @@ -1,4 +1,4 @@ -FROM curlimages/curl:7.79.1 +FROM curlimages/curl:7.80.0 COPY ./bin /bin