Skip to content

Commit

Permalink
build: imagor 1.4.13, libvips 8.15.2, go 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cshum committed Jul 22, 2024
1 parent 7d4031c commit 9740379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04
env:
CGO_CFLAGS_ALLOW: -Xpreprocessor
VIPS_VERSION: 8.15.1
VIPS_VERSION: 8.15.2
FFMPEG_VERSION: 5.1.2
V: 4

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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
Expand Down

0 comments on commit 9740379

Please sign in to comment.