Skip to content

Commit a8e5dba

Browse files
committed
fix: update imagemagick library version and AOM, WEBP, LIBJXL
1 parent 7b0e17f commit a8e5dba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ FROM php:8.3-fpm-bullseye
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

5-
ARG IM_VERSION=7.1.1-37
5+
ARG IM_VERSION=7.1.1-39
66
ARG LIB_HEIF_VERSION=1.18.2
7-
ARG LIB_AOM_VERSION=3.9.1
7+
ARG LIB_AOM_VERSION=3.10.0
88
ARG LIB_WEBP_VERSION=1.4.0
9-
ARG LIBJXL_VERSION=0.10.3
9+
ARG LIBJXL_VERSION=0.11.0
1010
ARG TARGETPLATFORM
1111

1212
# Install s6-overlay

0 commit comments

Comments
 (0)