Skip to content

Commit

Permalink
IM 7.1.0-10, libaom 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Oct 23, 2021
1 parent 7aafd5f commit b199c13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.buster
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM debian:buster-slim

ARG IM_VERSION=7.1.0-8
ARG IM_VERSION=7.1.0-10
ARG LIB_HEIF_VERSION=1.12.0
ARG LIB_AOM_VERSION=3.1.2
ARG LIB_AOM_VERSION=3.2.0
ARG LIB_WEBP_VERSION=1.2.1

RUN apt-get -y update && \
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-8
ARG IM_VERSION=7.1.0-10

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.1.0-8
ARG IM_VERSION=7.1.0-10

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

0 comments on commit b199c13

Please sign in to comment.