File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-24.04
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525
2626 - name : Login to GHCR
2727 uses : docker/login-action@v3
5151 runs-on : ubuntu-24.04-arm
5252 steps :
5353 - name : Checkout
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v6
5555
5656 - name : Login to GHCR
5757 uses : docker/login-action@v3
8282 runs-on : ubuntu-24.04
8383 steps :
8484 - name : Checkout
85- uses : actions/checkout@v4
85+ uses : actions/checkout@v6
8686
8787 - name : Login to GHCR
8888 uses : docker/login-action@v3
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.17.3
46+ ARG VIPS_VERSION=8.18.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 @@ -67,7 +67,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ${BUILD_DEPS} \
6767# Install latest libvips
6868# @see https://github.com/dooman87/imagemagick-docker/blob/main/Dockerfile.bookworm
6969# ###################################################################################################
70- ARG VIPS_VERSION=8.17.3
70+ ARG VIPS_VERSION=8.18.0
7171ENV VIPS_BUILD_DEPS="build-essential ninja-build meson pkg-config"
7272ENV VIPS_DEPS="libvips-dev"
7373ENV LD_LIBRARY_PATH="/usr/local/lib"
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.17.3
46+ ARG VIPS_VERSION=8.18.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 @@ -67,7 +67,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ${BUILD_DEPS} \
6767# Install latest libvips
6868# @see https://github.com/dooman87/imagemagick-docker/blob/main/Dockerfile.bookworm
6969# ###################################################################################################
70- ARG VIPS_VERSION=8.17.3
70+ ARG VIPS_VERSION=8.18.0
7171ENV VIPS_BUILD_DEPS="build-essential ninja-build meson pkg-config"
7272ENV VIPS_DEPS="libvips-dev"
7373ENV LD_LIBRARY_PATH="/usr/local/lib"
You can’t perform that action at this time.
0 commit comments