Skip to content

Commit

Permalink
IM 7.1.1-12, libwebp 3.6.1, libjxl 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Jul 14, 2023
1 parent 292c7da commit cba2a65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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-10
ARG IM_VERSION=7.1.1-12
ARG LIB_HEIF_VERSION=1.16.2
ARG LIB_AOM_VERSION=3.6.1
ARG LIB_WEBP_VERSION=1.3.0
ARG LIBJXL_VERSION=0.8.1
ARG LIB_WEBP_VERSION=1.3.1
ARG LIBJXL_VERSION=0.8.2

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:focal

ENV DEBIAN_FRONTEND=noninteractive

ARG IM_VERSION=7.1.1-10
ARG IM_VERSION=7.1.1-12
ARG LIB_HEIF_VERSION=1.16.2
ARG LIB_AOM_VERSION=3.6.1
ARG LIB_WEBP_VERSION=1.3.0
ARG LIBJXL_VERSION=0.8.1
ARG LIB_WEBP_VERSION=1.3.1
ARG LIBJXL_VERSION=0.8.2

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

0 comments on commit cba2a65

Please sign in to comment.