build: imagor 1.4.13, libvips 8.15.2, go 1.22.5 (#87)
Some checks are pending
docker / Docker (push) Waiting to run
test / Test (push) Waiting to run

This commit is contained in:
Adrian Shum 2024-07-22 14:23:28 +08:00 committed by GitHub
parent b5cd3b64cb
commit 3d03f45eac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 129 additions and 149 deletions

View file

@ -1,8 +1,8 @@
ARG GOLANG_VERSION=1.22.1
ARG GOLANG_VERSION=1.22.5
FROM golang:${GOLANG_VERSION}-bookworm as builder
ARG FFMPEG_VERSION=5.1.2
ARG VIPS_VERSION=8.15.1
ARG VIPS_VERSION=8.15.2
ARG TARGETARCH
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig