Skip to content

Commit

Permalink
IM 7.1.1-34, libaom-3.9.1, libjxl-0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Jul 3, 2024
1 parent 97f2e8a commit 2f7aab1
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-33
ARG IM_VERSION=7.1.1-34
ARG LIB_HEIF_VERSION=1.17.6
ARG LIB_AOM_VERSION=3.9.0
ARG LIB_AOM_VERSION=3.9.1
ARG LIB_WEBP_VERSION=1.4.0
ARG LIBJXL_VERSION=0.10.2
ARG LIBJXL_VERSION=0.10.3

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-33
ARG IM_VERSION=7.1.1-34
ARG LIB_HEIF_VERSION=1.17.6
ARG LIB_AOM_VERSION=3.9.0
ARG LIB_AOM_VERSION=3.9.1
ARG LIB_WEBP_VERSION=1.4.0
ARG LIBJXL_VERSION=0.10.2
ARG LIBJXL_VERSION=0.10.3

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-33
ARG IM_VERSION=7.1.1-34
ARG LIB_HEIF_VERSION=1.17.6
ARG LIB_AOM_VERSION=3.9.0
ARG LIB_AOM_VERSION=3.9.1
ARG LIB_WEBP_VERSION=1.4.0
ARG LIBJXL_VERSION=0.10.2
ARG LIBJXL_VERSION=0.10.3

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

0 comments on commit 2f7aab1

Please sign in to comment.