Skip to content

Commit

Permalink
Merge pull request #7037 from fjordllc/chore/update-optipng
Browse files Browse the repository at this point in the history
optipngを0.7.8-r0にアップデート
  • Loading branch information
komagata authored Nov 6, 2023
2 parents 1dd60f9 + cb9d4b5 commit c0ba4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./
Expand Down

0 comments on commit c0ba4c0

Please sign in to comment.