Skip to content

Commit

Permalink
IM 7.1.1-38, libaom-3.10.0, libjxl-0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Sep 14, 2024
1 parent 0df789d commit 8d7c964
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM debian:bookworm-slim

ENV DEBIAN_FRONTEND=noninteractive

ARG IM_VERSION=7.1.1-36
ARG IM_VERSION=7.1.1-38
ARG LIB_HEIF_VERSION=1.18.2
ARG LIB_AOM_VERSION=3.9.1
ARG LIB_AOM_VERSION=3.10.0
ARG LIB_WEBP_VERSION=1.4.0
ARG LIBJXL_VERSION=0.10.3
ARG LIBJXL_VERSION=0.11.0

RUN apt-get -y update && \
apt-get -y upgrade && \
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM debian:bullseye-slim

ENV DEBIAN_FRONTEND=noninteractive

ARG IM_VERSION=7.1.1-36
ARG IM_VERSION=7.1.1-38
ARG LIB_HEIF_VERSION=1.18.2
ARG LIB_AOM_VERSION=3.9.1
ARG LIB_AOM_VERSION=3.10.0
ARG LIB_WEBP_VERSION=1.4.0
ARG LIBJXL_VERSION=0.10.3
ARG LIBJXL_VERSION=0.11.0

RUN apt-get -y update && \
apt-get -y upgrade && \
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM ubuntu:noble

ENV DEBIAN_FRONTEND=noninteractive

ARG IM_VERSION=7.1.1-36
ARG IM_VERSION=7.1.1-38
ARG LIB_HEIF_VERSION=1.18.2
ARG LIB_AOM_VERSION=3.9.1
ARG LIB_AOM_VERSION=3.10.0
ARG LIB_WEBP_VERSION=1.4.0
ARG LIBJXL_VERSION=0.10.3
ARG LIBJXL_VERSION=0.11.0

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

0 comments on commit 8d7c964

Please sign in to comment.