Skip to content

Commit

Permalink
Update version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lwthiker committed Jul 30, 2022
1 parent d537324 commit bbaec0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bbaec0f

Please sign in to comment.