Update version to 0.5.2

This commit is contained in:
lwthiker
2022-07-30 10:11:06 +03:00
parent d53732485e
commit bbaec0fad0
2 changed files with 4 additions and 4 deletions

View File

@@ -81,13 +81,13 @@ curl_chrome101 https://www.wikipedia.org --cacert /etc/ssl/certs/ca-bundle.crt
See [INSTALL.md](INSTALL.md).
### 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
# Firefox version
# Firefox version, Alpine Linux
docker pull lwthiker/curl-impersonate:0.5-ff
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 run --rm lwthiker/curl-impersonate:0.5-chrome curl_chrome101 https://www.wikipedia.org
```

View File

@@ -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_HOST