Skip to content

Commit

Permalink
IM 7.1.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Jul 18, 2022
1 parent 32f1a13 commit 175311a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bullseye-slim

ENV DEBIAN_FRONTEND=noninteractive

ARG IM_VERSION=7.1.0-43
ARG IM_VERSION=7.1.0.43
ARG LIB_HEIF_VERSION=1.12.0
ARG LIB_AOM_VERSION=3.4.0
ARG LIB_WEBP_VERSION=1.2.3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.buster
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:buster-slim

ENV DEBIAN_FRONTEND=noninteractive

ARG IM_VERSION=7.1.0-43
ARG IM_VERSION=7.1.0.43
ARG LIB_HEIF_VERSION=1.12.0
ARG LIB_AOM_VERSION=3.4.0
ARG LIB_WEBP_VERSION=1.2.3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.fedora27
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:27

ARG IM_VERSION=7.1.0-43
ARG IM_VERSION=7.1.0.43

RUN dnf -y install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm && \
yum -y update
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:focal

ENV DEBIAN_FRONTEND=noninteractive

ARG IM_VERSION=7.1.0-44
ARG IM_VERSION=7.1.0.43
ARG LIB_HEIF_VERSION=1.12.0
ARG LIB_AOM_VERSION=3.4.0
ARG LIB_WEBP_VERSION=1.2.3
Expand Down

0 comments on commit 175311a

Please sign in to comment.