Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest version of bimg (with Avif support) #433

Open
sarahcthekey opened this issue Feb 4, 2025 · 0 comments
Open

Use latest version of bimg (with Avif support) #433

sarahcthekey opened this issue Feb 4, 2025 · 0 comments

Comments

@sarahcthekey
Copy link

Context:
I'm implementing imgix using your Docker image (latest tag 1.2.4), and I noticed when I check the running versions of dependencies I get the following output:

{
  "imaginary": "1.2.4",
  "bimg": "1.1.4",
  "libvips": "8.10.0"
}

Issue
Then i noticed we were getting some unsupported media errors, some for .avif files. Checking the bimg repo I can see .avif support was added in release 1.1.5, I may be being completely daft (sorry), but how can I make sure that the docker image uses the latest version, shall I clone and edit it to install bimg from source into the image?

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant