Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v8.15.2 #16

Merged
merged 3 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.bookworm-jpg-png
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# syntax=docker/dockerfile:1
FROM debian:bookworm-slim AS builder

ENV LIBVIPS_VERSION 8.15.1
ENV LIBVIPS_VERSION 8.15.2
# sha256sum of tar.xz file on https://github.com/libvips/libvips/releases
ENV LIBVIPS_HASH 06811f5aed3e7bc03e63d05537ff4b501de5283108c8ee79396c60601a00830c
ENV LIBVIPS_HASH a2ab15946776ca7721d11cae3215f20f1f097b370ff580cd44fc0f19387aee84

COPY ./build.sh /build.sh
RUN BUILD_TARGET=jpg_png /build.sh jpg_png
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.trixie-jpg-png
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# syntax=docker/dockerfile:1
FROM debian:trixie-slim AS builder

ENV LIBVIPS_VERSION 8.15.1
ENV LIBVIPS_VERSION 8.15.2
# sha256sum of tar.xz file on https://github.com/libvips/libvips/releases
ENV LIBVIPS_HASH 06811f5aed3e7bc03e63d05537ff4b501de5283108c8ee79396c60601a00830c
ENV LIBVIPS_HASH a2ab15946776ca7721d11cae3215f20f1f097b370ff580cd44fc0f19387aee84

COPY ./build.sh /build.sh
RUN BUILD_TARGET=jpg_png /build.sh jpg_png
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tag: v8.15.1
tag: v8.15.2
prerelease: false

releaseNoteGenerator:
Expand Down