⬆️ bump canvas

This commit is contained in:
platane
2022-11-03 09:18:09 +01:00
committed by Platane
parent 79ae29668c
commit 96773d2b2e
3 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ FROM node:16-slim
WORKDIR /action-release
RUN export YARN_CACHE_FOLDER="$(mktemp -d)" \
&& yarn add canvas@2.9.1 gifsicle@5.3.0 --no-lockfile \
&& yarn add canvas@2.10.2 gifsicle@5.3.0 --no-lockfile \
&& rm -r "$YARN_CACHE_FOLDER"
COPY --from=builder /app/packages/action/dist/ /action-release/