Skip to content

Commit

Permalink
Update versions in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdejager committed Sep 26, 2021
1 parent cc477c0 commit c4e72c7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@ you can choose between a statically linked image (no PAM integration) or a dynam
Linux (static, no PAM):

```sh
curl -L https://github.com/bolcom/unFTP/releases/download/v0.12.11/unftp_x86_64-unknown-linux-musl \
curl -L https://github.com/bolcom/unFTP/releases/download/v0.12.12/unftp_x86_64-unknown-linux-musl \
| sudo tee /usr/local/bin/unftp > /dev/null && sudo chmod +x /usr/local/bin/unftp
```

Linux (dynamic with PAM support):

```sh
curl -L https://github.com/bolcom/unFTP/releases/download/v0.12.11/unftp_x86_64-unknown-linux-gnu \
curl -L https://github.com/bolcom/unFTP/releases/download/v0.12.12/unftp_x86_64-unknown-linux-gnu \
| sudo tee /usr/local/bin/unftp > /dev/null && sudo chmod +x /usr/local/bin/unftp
```

macOS:

```sh
curl -L https://github.com/bolcom/unFTP/releases/download/v0.12.11/unftp_x86_64-apple-darwin \
curl -L https://github.com/bolcom/unFTP/releases/download/v0.12.12/unftp_x86_64-apple-darwin \
| sudo tee /usr/local/bin/unftp > /dev/null && sudo chmod +x /usr/local/bin/unftp
```

Expand Down Expand Up @@ -312,9 +312,9 @@ make docker-image-alpine
Alternatively you can download pre-made images from docker hub e.g.:

```sh
docker pull bolcom/unftp:v0.12.11-alpine
docker pull bolcom/unftp:v0.12.11-alpine-istio
docker pull bolcom/unftp:v0.12.11-scratch
docker pull bolcom/unftp:v0.12.12-alpine
docker pull bolcom/unftp:v0.12.12-alpine-istio
docker pull bolcom/unftp:v0.12.12-scratch
```

Example running it:
Expand All @@ -341,7 +341,7 @@ docker run \
-v /Users/xxx/unftp/unftp.crt:/unftp.crt \
-v /Users/xxx/unftp/the-key.json:/key.json \
-ti \
bolcom/unftp:v0.12.11-alpine
bolcom/unftp:v0.12.12-alpine
```

## Getting help and staying informed
Expand Down

0 comments on commit c4e72c7

Please sign in to comment.