Skip to content

Commit

Permalink
libjxl 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Dec 25, 2023
1 parent 43ffc76 commit 0a4e33b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG IM_VERSION=7.1.1-23
ARG LIB_HEIF_VERSION=1.17.6
ARG LIB_AOM_VERSION=3.8.0
ARG LIB_WEBP_VERSION=1.3.2
ARG LIBJXL_VERSION=0.8.2
ARG LIBJXL_VERSION=0.9.0

RUN apt-get -y update && \
apt-get -y upgrade && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG IM_VERSION=7.1.1-23
ARG LIB_HEIF_VERSION=1.17.6
ARG LIB_AOM_VERSION=3.8.0
ARG LIB_WEBP_VERSION=1.3.2
ARG LIBJXL_VERSION=0.8.2
ARG LIBJXL_VERSION=0.9.0

RUN apt-get -y update && \
apt-get -y upgrade && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG IM_VERSION=7.1.1-23
ARG LIB_HEIF_VERSION=1.17.6
ARG LIB_AOM_VERSION=3.8.0
ARG LIB_WEBP_VERSION=1.3.2
ARG LIBJXL_VERSION=0.8.2
ARG LIBJXL_VERSION=0.9.0

RUN apt-get -y update && \
apt-get -y upgrade && \
Expand Down

0 comments on commit 0a4e33b

Please sign in to comment.