Skip to content

Commit

Permalink
Upped some versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Nov 17, 2024
1 parent d9739ec commit 05d1902
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
FROM ubuntu:jammy

LABEL maintainer=poms@mmprogrami.nl
LABEL org.opencontainers.image.description An ubuntu image with imagemagick 7. Copy from this. See README.

LABEL org.opencontainers.image.description="An ubuntu image with imagemagick 7. Copy from this. See README."

# Build ImageMagick v7
# not available in debian yet?
# Borrowed from: https://github.com/dooman87/imagemagick-docker

ARG IM_VERSION=7.1.1-38
ARG LIB_HEIF_VERSION=1.18.2
ARG IM_VERSION=7.1.1-41
ARG LIB_HEIF_VERSION=1.19.3
ARG LIB_AOM_VERSION=3.10.0
ARG LIB_WEBP_VERSION=1.4.0
ARG LIBJXL_VERSION=0.11.0
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@


docker:
docker build --no-cache -t vpro/debian-im7 .
docker build --no-cache --progress plain -t npo-poms/linux-im7 .


test:
docker run -it vpro/debian-im7
docker run -it npo-poms/linux-im7

0 comments on commit 05d1902

Please sign in to comment.