From cb9d4b55e0c38d5d9b5e7a8fed4a17dbc0aff281 Mon Sep 17 00:00:00 2001 From: komagata Date: Mon, 6 Nov 2023 09:09:27 +0900 Subject: [PATCH] =?UTF-8?q?optipng=E3=82=920.7.8-r0=E3=81=AB=E3=82=A2?= =?UTF-8?q?=E3=83=83=E3=83=97=E3=83=87=E3=83=BC=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8aa5d998bde..26580c2429f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apk add --no-cache \ cp /usr/share/zoneinfo/Asia/Tokyo /etc/localtime # ImageMagick -RUN apk add --no-cache imagemagick bash pngcrush optipng=0.7.7-r1 ghostscript-fonts +RUN apk add --no-cache imagemagick bash pngcrush optipng=0.7.8-r0 ghostscript-fonts # Install npm packages COPY package.json yarn.lock ./