Skip to content

Commit

Permalink
Docs: fix ghcr link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored Jan 2, 2023
1 parent cb1e635 commit 1d9e08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ As of December 2022, this process is extremely slow (building on ARM architectur
Other Alpine-based images can now simply pull pre-built the binaries like so:

```dockerfile
COPY --from=ghcr.io/spacelift-io/awscliv2 /usr/local/aws-cli/ /usr/local/aws-cli/
COPY --from=ghcr.io/spacelift-io/awscliv2 /aws-cli-bin/ /usr/local/bin/
COPY --from=ghcr.io/spacelift-io/aws-cli-alpine /usr/local/aws-cli/ /usr/local/aws-cli/
COPY --from=ghcr.io/spacelift-io/aws-cli-alpine /aws-cli-bin/ /usr/local/bin/
```

The newest releases can be found in the [Releases](https://github.com/spacelift-io/aws-cli-alpine/releases) section.
Expand Down

0 comments on commit 1d9e08c

Please sign in to comment.