build: go v1.22, libvips v8.15.1, imagor v1.4.9 (#83)

* build: go v1.22, libvips v8.15.1, imagor v1.4.9

* test: reset golden

* test: update golden files
This commit is contained in:
Adrian Shum 2024-03-07 22:54:16 +08:00 committed by GitHub
parent a5311283e2
commit d7d7261a06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 139 additions and 99 deletions

View file

@ -1,8 +1,8 @@
ARG GOLANG_VERSION=1.21.4
ARG GOLANG_VERSION=1.22.1
FROM golang:${GOLANG_VERSION}-bookworm as builder
ARG FFMPEG_VERSION=5.1.2
ARG VIPS_VERSION=8.14.3
ARG VIPS_VERSION=8.15.1
ARG TARGETARCH
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
@ -33,7 +33,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
--libdir=lib \
-Dgtk_doc=false \
-Dmagick=disabled \
-Dintrospection=false && \
-Dintrospection=disabled && \
ninja -C _build && \
ninja -C _build install && \
cd /tmp && \