update cheerio
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-03-07 20:22:33 -05:00
parent 4f64bba0e0
commit 79600ebead
4 changed files with 159 additions and 150 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-slim AS builder
FROM node:19-slim AS builder
COPY . /src
WORKDIR /src