Switch to node:16-bullsys-slim images to reduce final image size (#144)

This commit is contained in:
Simon J
2023-03-06 18:39:40 +11:00
committed by GitHub
parent f86a78b338
commit cefdf5e2d5
11 changed files with 152154 additions and 8277 deletions

View File

@@ -1,4 +1,4 @@
import { Md5 } from "ts-md5/dist/md5";
import { Md5 } from "ts-md5";
import { v4 as uuid } from "uuid";
import tmp from "tmp";
import fse from "fs-extra";