build: libvips 8.16.1 (#94)

This commit is contained in:
Adrian Shum 2025-05-02 20:50:31 +08:00 committed by GitHub
parent 07872c2120
commit 2cb59b494a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ ARG GOLANG_VERSION=1.24.2
FROM golang:${GOLANG_VERSION}-bookworm as builder
ARG FFMPEG_VERSION=5.1.2
ARG VIPS_VERSION=8.16.0
ARG VIPS_VERSION=8.16.1
ARG TARGETARCH
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig