mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-04 10:52:29 +00:00
Update version to 0.5.2
This commit is contained in:
@@ -81,13 +81,13 @@ curl_chrome101 https://www.wikipedia.org --cacert /etc/ssl/certs/ca-bundle.crt
|
|||||||
See [INSTALL.md](INSTALL.md).
|
See [INSTALL.md](INSTALL.md).
|
||||||
|
|
||||||
### Docker images
|
### Docker images
|
||||||
Docker images based on Alpine Linux with `curl-impersonate` compiled and ready to use are available on [Docker Hub](https://hub.docker.com/r/lwthiker/curl-impersonate). The images contain the binary and all the wrapper scripts. Use like the following:
|
Docker images based on Alpine Linux and Debian with `curl-impersonate` compiled and ready to use are available on [Docker Hub](https://hub.docker.com/r/lwthiker/curl-impersonate). The images contain the binary and all the wrapper scripts. Use like the following:
|
||||||
```bash
|
```bash
|
||||||
# Firefox version
|
# Firefox version, Alpine Linux
|
||||||
docker pull lwthiker/curl-impersonate:0.5-ff
|
docker pull lwthiker/curl-impersonate:0.5-ff
|
||||||
docker run --rm lwthiker/curl-impersonate:0.5-ff curl_ff100 https://www.wikipedia.org
|
docker run --rm lwthiker/curl-impersonate:0.5-ff curl_ff100 https://www.wikipedia.org
|
||||||
|
|
||||||
# Chrome version
|
# Chrome version, Alpine Linux
|
||||||
docker pull lwthiker/curl-impersonate:0.5-chrome
|
docker pull lwthiker/curl-impersonate:0.5-chrome
|
||||||
docker run --rm lwthiker/curl-impersonate:0.5-chrome curl_chrome101 https://www.wikipedia.org
|
docker run --rm lwthiker/curl-impersonate:0.5-chrome curl_chrome101 https://www.wikipedia.org
|
||||||
```
|
```
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
AC_INIT([curl-impersonate], [0.5.0], [lwt@lwthiker.com])
|
AC_INIT([curl-impersonate], [0.5.2], [lwt@lwthiker.com])
|
||||||
|
|
||||||
AC_CANONICAL_BUILD
|
AC_CANONICAL_BUILD
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
Reference in New Issue
Block a user