Skip to content

Commit

Permalink
update hash
Browse files Browse the repository at this point in the history
  • Loading branch information
kurochan committed May 1, 2024
1 parent 65984a3 commit fd63a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.bookworm-jpg-png
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bookworm-slim AS builder

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 Dockerfile.trixie-jpg-png
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:trixie-slim AS builder

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

0 comments on commit fd63a4b

Please sign in to comment.