Skip to content

Commit

Permalink
Merge pull request #7019 from fjordllc/chore/optipng-in-apline
Browse files Browse the repository at this point in the history
alpineに入れるoptipngのバージョンを修正
  • Loading branch information
komagata authored Nov 2, 2023
2 parents ef3e1ad + 8ebe10f commit 671042a
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 @@ -21,7 +21,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-r0 ghostscript-fonts
RUN apk add --no-cache imagemagick bash pngcrush optipng=0.7.7-r1 ghostscript-fonts

# Install npm packages
COPY package.json yarn.lock ./
Expand Down

0 comments on commit 671042a

Please sign in to comment.