File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ${BUILD_DEPS} \
4343# Install latest libvips
4444# @see https://github.com/dooman87/imagemagick-docker/blob/main/Dockerfile.bookworm
4545# ###################################################################################################
46- ARG VIPS_VERSION=8.16 .0
46+ ARG VIPS_VERSION=8.17 .0
4747ENV VIPS_BUILD_DEPS="build-essential ninja-build meson wget pkg-config"
4848ENV VIPS_DEPS="libvips-dev"
4949ENV LD_LIBRARY_PATH="/usr/local/lib"
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ${BUILD_DEPS} \
6565# Install latest libvips
6666# @see https://github.com/dooman87/imagemagick-docker/blob/main/Dockerfile.bookworm
6767# ###################################################################################################
68- ARG VIPS_VERSION=8.16 .0
68+ ARG VIPS_VERSION=8.17 .0
6969ENV VIPS_BUILD_DEPS="build-essential ninja-build meson pkg-config"
7070ENV VIPS_DEPS="libvips-dev"
7171ENV LD_LIBRARY_PATH="/usr/local/lib"
You can’t perform that action at this time.
0 commit comments