mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-09 05:09:36 +00:00
Bump version to 0.6.0
This commit is contained in:
@@ -96,12 +96,12 @@ See [INSTALL.md](INSTALL.md).
|
|||||||
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:
|
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, Alpine Linux
|
# Firefox version, Alpine Linux
|
||||||
docker pull lwthiker/curl-impersonate:0.5-ff
|
docker pull lwthiker/curl-impersonate:0.6-ff
|
||||||
docker run --rm lwthiker/curl-impersonate:0.5-ff curl_ff109 https://www.wikipedia.org
|
docker run --rm lwthiker/curl-impersonate:0.6-ff curl_ff109 https://www.wikipedia.org
|
||||||
|
|
||||||
# Chrome version, Alpine Linux
|
# Chrome version, Alpine Linux
|
||||||
docker pull lwthiker/curl-impersonate:0.5-chrome
|
docker pull lwthiker/curl-impersonate:0.6-chrome
|
||||||
docker run --rm lwthiker/curl-impersonate:0.5-chrome curl_chrome110 https://www.wikipedia.org
|
docker run --rm lwthiker/curl-impersonate:0.6-chrome curl_chrome110 https://www.wikipedia.org
|
||||||
```
|
```
|
||||||
|
|
||||||
### Distro packages
|
### Distro packages
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
AC_INIT([curl-impersonate], [0.5.4], [lwt@lwthiker.com])
|
AC_INIT([curl-impersonate], [0.6.0], [lwt@lwthiker.com])
|
||||||
|
|
||||||
AC_CANONICAL_BUILD
|
AC_CANONICAL_BUILD
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
Reference in New Issue
Block a user