diff --git a/Dockerfile b/Dockerfile index 222fbca9..ed42fb6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Bun doesn't run well on Musl but this seems to work -FROM imbios/bun-node:1.1.5-current-alpine as base +FROM imbios/bun-node:1.1.7-20-alpine as base RUN apk add --no-cache libstdc++ @@ -10,7 +10,7 @@ FROM base AS install RUN mkdir -p /temp COPY . /temp WORKDIR /temp -RUN bun install --frozen-lockfile +RUN bun install --frozen-lockfile --production FROM base as build diff --git a/bun.lockb b/bun.lockb index a6db47f1..4747f73c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 9a584fcd..629db4a8 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,7 @@ }, "dependencies": { "@hackmd/markdown-it-task-lists": "^2.1.4", + "@hono/zod-validator": "^0.2.1", "@json2csv/plainjs": "^7.0.6", "@shikijs/markdown-it": "^1.3.0", "@tufjs/canonical-json": "^2.0.0",