From 14dae73a38cbfe811afafa619f2ada2e918ba439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 16:14:15 +0000 Subject: [PATCH] build(deps): bump oven/bun from 1.0.15-alpine to 1.0.20-alpine Bumps oven/bun from 1.0.15-alpine to 1.0.20-alpine. --- updated-dependencies: - dependency-name: oven/bun dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 411d007..b35cb37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun:1.0.15-alpine as builder +FROM oven/bun:1.0.20-alpine as builder WORKDIR /app COPY package.json . COPY bun.lockb . @@ -6,7 +6,7 @@ RUN bun i COPY . . RUN bun build ./src/index.ts --target bun --outdir ./build -FROM oven/bun:1.0.15-alpine +FROM oven/bun:1.0.20-alpine WORKDIR /app COPY --from=builder /app/build/index.js /app/index.js COPY --from=builder /app/package.json /app/package.json