Skip to content

Commit

Permalink
Update README.md (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurochan authored May 2, 2024
1 parent b9fa86c commit 60e0559
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 @@ -12,12 +12,12 @@ docker build for libvips
Public images are available at: [https://github.com/orgs/CyberAgentAI/packages/container/package/libvips](https://github.com/orgs/CyberAgentAI/packages/container/package/libvips)

```bash
$ docker pull ghcr.io/cyberagentai/libvips:bookworm-jpg-png-v8.15.1
$ docker pull ghcr.io/cyberagentai/libvips:bookworm-jpg-png-v8.15.2
```

# Example Usage
```dockerfile
FROM ghcr.io/cyberagentai/libvips:bookworm-jpg-png-v8.15.1 as libvips
FROM ghcr.io/cyberagentai/libvips:bookworm-jpg-png-v8.15.2 as libvips
FROM debian:bookworm-slim

# Copy shared libs
Expand Down

0 comments on commit 60e0559

Please sign in to comment.