build: libvips 8.16.0 (#92)

* build: libvips 8.16.0

* test: reset golden

* test: update golden files
This commit is contained in:
Adrian Shum 2024-12-02 23:50:58 +08:00 committed by GitHub
parent 7e63dc882b
commit 3f931c0359
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04
env:
CGO_CFLAGS_ALLOW: -Xpreprocessor
VIPS_VERSION: 8.15.3
VIPS_VERSION: 8.16.0
FFMPEG_VERSION: 5.1.2
V: 4

View file

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