Skip to content

Commit

Permalink
chore: upgrade to Node 18 image
Browse files Browse the repository at this point in the history
Built-in version of ImageMagick has better HEIC processing.
The colors are closer to the original, so the "expected" images are updated.
  • Loading branch information
rprieto committed Sep 6, 2022
1 parent 4a34959 commit 73ba88c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/thumbsup/build:node-12
FROM ghcr.io/thumbsup/build:node-18
WORKDIR /app
COPY package.json .
RUN npm install
Expand Down
Binary file modified test-data/expected/images/heic-burst.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test-data/expected/images/heic-live.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test-data/expected/images/heic-single.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73ba88c

Please sign in to comment.