Skip to content

Commit f11838d

Browse files
committed
vips update
1 parent 4a4490b commit f11838d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

8.4-frankenphp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4747
ENV VIPS_BUILD_DEPS="build-essential ninja-build meson wget pkg-config"
4848
ENV VIPS_DEPS="libvips-dev"
4949
ENV LD_LIBRARY_PATH="/usr/local/lib"

8.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6969
ENV VIPS_BUILD_DEPS="build-essential ninja-build meson pkg-config"
7070
ENV VIPS_DEPS="libvips-dev"
7171
ENV LD_LIBRARY_PATH="/usr/local/lib"

0 commit comments

Comments
 (0)