Skip to content

Commit 4630c09

Browse files
committed
IM 7.1.1-17, libwebp 1.3.2
1 parent af9c3c4 commit 4630c09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.bullseye

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM debian:bullseye-slim
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

5-
ARG IM_VERSION=7.1.1-15
5+
ARG IM_VERSION=7.1.1-17
66
ARG LIB_HEIF_VERSION=1.16.2
77
ARG LIB_AOM_VERSION=3.7.0
8-
ARG LIB_WEBP_VERSION=1.3.1
8+
ARG LIB_WEBP_VERSION=1.3.2
99
ARG LIBJXL_VERSION=0.8.2
1010

1111
RUN apt-get -y update && \

Dockerfile.ubuntu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM ubuntu:focal
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

5-
ARG IM_VERSION=7.1.1-15
5+
ARG IM_VERSION=7.1.1-17
66
ARG LIB_HEIF_VERSION=1.16.2
77
ARG LIB_AOM_VERSION=3.7.0
8-
ARG LIB_WEBP_VERSION=1.3.1
8+
ARG LIB_WEBP_VERSION=1.3.2
99
ARG LIBJXL_VERSION=0.8.2
1010

1111
RUN apt-get -y update && \

0 commit comments

Comments
 (0)