Skip to content

Commit 789f6cd

Browse files
committed
VIPS upgrade
1 parent 787b508 commit 789f6cd

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/build-and-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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
@@ -51,7 +51,7 @@ jobs:
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
@@ -82,7 +82,7 @@ jobs:
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

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.17.3
46+
ARG VIPS_VERSION=8.18.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
@@ -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
7171
ENV VIPS_BUILD_DEPS="build-essential ninja-build meson pkg-config"
7272
ENV VIPS_DEPS="libvips-dev"
7373
ENV LD_LIBRARY_PATH="/usr/local/lib"

8.5-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.17.3
46+
ARG VIPS_VERSION=8.18.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.5/Dockerfile

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

0 commit comments

Comments
 (0)