Skip to content

Commit c6577c8

Browse files
authored
Update 6 to 6.35.0 (#469)
1 parent 43f9668 commit c6577c8

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

6/alpine3.23/Dockerfile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

6/bookworm/Dockerfile

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ RUN set -eux; \
117117
\
118118
# test that the optional dependencies are installed and loadable
119119
cd current; \
120-
gosu node node -e 'require("sqlite3"); require("sharp");'
120+
gosu node node -e 'require("sqlite3"); if (!require("@tryghost/image-transform").canTransformFiles()) throw new Error("sharp not installed");'
121121

122122
WORKDIR $GHOST_INSTALL
123123
VOLUME $GHOST_CONTENT

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"6": {
3-
"version": "6.32.0",
3+
"version": "6.35.0",
44
"cli": {
55
"version": "1.29.2"
66
},

0 commit comments

Comments
 (0)