diff --git a/Dockerfile b/Dockerfile index a0375a5..a3ac88b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:edge -ENV CURL_VERSION 7.52.1 +ENV CURL_VERSION 7.61.1 ENV CURL_USER curl ENV CURL_HOME /curl diff --git a/README.md b/README.md index 62cf594..87c67bf 100644 --- a/README.md +++ b/README.md @@ -5,21 +5,21 @@ docker-curl curl in a container. This supports http2 as well. -## Current Version: [7.52.1 ](https://github.com/SolidNerd/docker-curl/blob/master/Dockerfile) +## Current Version: [7.61.1](https://github.com/SolidNerd/docker-curl/blob/master/Dockerfile) ## Quickstart With Docker Compose is a Quickstart very easy. Run the following command: ``` -docker run --rm -it solidnerd/curl:7.52.1 -s --http2 -I https://nghttp2.org +docker run --rm -it solidnerd/curl:7.61.1 -s --http2 -I https://nghttp2.org ``` ## Help Which commands can i use. Run this to get the information: ``` -docker run --rm -it solidnerd/curl:7.52.1 --help +docker run --rm -it solidnerd/curl:7.61.1 --help ``` diff --git a/VERSION b/VERSION index a0877b4..503c40d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.52.1 +7.61.1