Skip to content

Commit

Permalink
IM 7.1.0-52
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Nov 7, 2022
1 parent 38aa3ce commit 3786c6c
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-51
ARG IM_VERSION=7.1.0-52
ARG LIB_HEIF_VERSION=1.13.0
ARG LIB_AOM_VERSION=3.5.0
ARG LIB_WEBP_VERSION=1.2.4
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-51
ARG IM_VERSION=7.1.0-52
ARG LIB_HEIF_VERSION=1.13.0
ARG LIB_AOM_VERSION=3.5.0
ARG LIB_WEBP_VERSION=1.2.4
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-51
ARG IM_VERSION=7.1.0-52

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-51
ARG IM_VERSION=7.1.0-52
ARG LIB_HEIF_VERSION=1.13.0
ARG LIB_AOM_VERSION=3.5.0
ARG LIB_WEBP_VERSION=1.2.4
Expand Down

0 comments on commit 3786c6c

Please sign in to comment.