commit | a44cadc980dc5aa412a48a215911b3899c8b92e3 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Jan 22 15:34:12 2024 -0500 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Jan 22 15:34:12 2024 -0500 |
tree | e7c753dbf94cdfe0cabe70139c5adff6538aa4a1 | |
parent | 1c0014602e89a9e7eb46734a154003618907196f [diff] |
chore: use common curl image
diff --git a/images/curl/Earthfile b/images/curl/Earthfile new file mode 100644 index 0000000..06d3d8e --- /dev/null +++ b/images/curl/Earthfile
@@ -0,0 +1,5 @@ +VERSION 0.7 + +image: + FROM curlimages/curl:7.78.0 + WORKDIR /tmp