Skip to content

Commit

Permalink
IM 7.0.11-13
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed May 19, 2021
1 parent 7614963 commit d540f54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.buster
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:buster-slim

ARG IM_VERSION=7.0.11-10
ARG IM_VERSION=7.0.11-13
ARG LIB_HEIF_VERSION=1.12.0
ARG LIB_AOM_VERSION=3.1.0
ARG LIB_WEBP_VERSION=1.2.0
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.0.11-6
ARG IM_VERSION=7.0.11-13

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.stretch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:stretch-slim

ARG IM_VERSION=7.0.11-6
ARG IM_VERSION=7.0.11-13

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

0 comments on commit d540f54

Please sign in to comment.