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:
parent
a5311283e2
commit
d7d7261a06
10 changed files with 139 additions and 99 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue