From 015c27e9693cced51b58b37cc0a02935922e89c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 11:29:45 +0000 Subject: [PATCH] feat(deps): update curlimages/curl docker tag to v7.81.0 (#934) 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 2e4836b01..733cabe94 100644 --- a/wait-for-http/Dockerfile +++ b/wait-for-http/Dockerfile @@ -1,4 +1,4 @@ -FROM curlimages/curl:7.80.0 +FROM curlimages/curl:7.81.0 COPY ./bin /bin