mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 01:59:56 +00:00
Sharp 0.32.6 is in package.json now
This commit is contained in:
parent
d7150fa4d5
commit
fd800a703c
1 changed files with 0 additions and 2 deletions
|
@ -33,8 +33,6 @@ ENV npm_config_target_libc=musl
|
|||
# Cache deps
|
||||
COPY package.json yarn.lock ./
|
||||
|
||||
RUN sed -i 's|"sharp": "^0.32.4"|"sharp": "^0.32.6"|g' package.json
|
||||
|
||||
RUN yarn --production --prefer-offline --pure-lockfile --network-timeout 100000
|
||||
|
||||
# Build
|
||||
|
|
Loading…
Reference in a new issue