Skip to content

Commit

Permalink
IM 7.1.1-29, libaom-0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Mar 11, 2024
1 parent 6920000 commit 2b7e871
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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-28
ARG IM_VERSION=7.1.1-29
ARG LIB_HEIF_VERSION=1.17.6
ARG LIB_AOM_VERSION=3.8.1
ARG LIB_WEBP_VERSION=1.3.2
ARG LIBJXL_VERSION=0.9.2
ARG LIBJXL_VERSION=0.10.2

RUN apt-get -y update && \
apt-get -y upgrade && \
Expand Down
4 changes: 2 additions & 2 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-28
ARG IM_VERSION=7.1.1-29
ARG LIB_HEIF_VERSION=1.17.6
ARG LIB_AOM_VERSION=3.8.1
ARG LIB_WEBP_VERSION=1.3.2
ARG LIBJXL_VERSION=0.9.2
ARG LIBJXL_VERSION=0.10.2

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

ENV DEBIAN_FRONTEND=noninteractive

ARG IM_VERSION=7.1.1-28
ARG IM_VERSION=7.1.1-29
ARG LIB_HEIF_VERSION=1.17.6
ARG LIB_AOM_VERSION=3.8.1
ARG LIB_WEBP_VERSION=1.3.2
ARG LIBJXL_VERSION=0.9.2
ARG LIBJXL_VERSION=0.10.2

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

0 comments on commit 2b7e871

Please sign in to comment.