From 6c910db4d48d84b1e210580019197df0c41aa9ed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Jan 2022 10:01:14 +0000 Subject: [PATCH] feat(deps): update curlimages/curl docker tag to v7.81.0 --- 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