From b8312be4b703618ca1caaaff207b676fa4b6d13d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:32:53 +0000 Subject: [PATCH] chore(deps): update oven/bun docker tag to v1.2.4 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 843de51..1388ec4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun:1.2.3-alpine AS base +FROM oven/bun:1.2.4-alpine AS base LABEL org.opencontainers.image.source="https://github.com/C4illin/ConvertX" WORKDIR /app @@ -23,7 +23,7 @@ RUN cargo install resvg # copy node_modules from temp directory # then copy all (non-ignored) project files into the image # will switch to alpine again when it works -FROM oven/bun:1.2.3-slim AS prerelease +FROM oven/bun:1.2.4-slim AS prerelease WORKDIR /app COPY --from=install /temp/dev/node_modules node_modules COPY . .