diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ea6b6a8d..48c4f9816 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 V: 6 steps: diff --git a/Dockerfile b/Dockerfile index 1f01ff9f0..a2f9a3f66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG GOLANG_VERSION=1.23.3 FROM golang:${GOLANG_VERSION}-bookworm as builder -ARG VIPS_VERSION=8.15.3 +ARG VIPS_VERSION=8.16.0 ARG TARGETARCH ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig diff --git a/testdata/golden/fit-in/200x210/20x20/filters%3Arotate%2890%29%3Arotate%28270%29%3Arotate%28180%29%3Afill%28blur%29%3Agrayscale%28%29/gopher.png b/testdata/golden/fit-in/200x210/20x20/filters%3Arotate%2890%29%3Arotate%28270%29%3Arotate%28180%29%3Afill%28blur%29%3Agrayscale%28%29/gopher.png index 91356ebf1..5652201fb 100644 Binary files a/testdata/golden/fit-in/200x210/20x20/filters%3Arotate%2890%29%3Arotate%28270%29%3Arotate%28180%29%3Afill%28blur%29%3Agrayscale%28%29/gopher.png and b/testdata/golden/fit-in/200x210/20x20/filters%3Arotate%2890%29%3Arotate%28270%29%3Arotate%28180%29%3Afill%28blur%29%3Agrayscale%28%29/gopher.png differ diff --git a/testdata/golden/fit-in/67x67/gopher-front.png b/testdata/golden/fit-in/67x67/gopher-front.png index 50ecfc9aa..79f49cf40 100644 Binary files a/testdata/golden/fit-in/67x67/gopher-front.png and b/testdata/golden/fit-in/67x67/gopher-front.png differ