Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.52.1
7.61.1