Sharp 0.32.6 is in package.json now

This commit is contained in:
Kroese 2023-11-27 01:41:26 +01:00 committed by GitHub
parent d7150fa4d5
commit fd800a703c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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