From bc64094c04374751646f1ed58308e8865b474f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Mon, 10 Mar 2025 12:34:47 +0100 Subject: [PATCH] chore: downgrade bun to 1.2.2 issue: #235 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ce7375..74a8bf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun:1.2.3-alpine AS base +FROM oven/bun:1.2.2-alpine AS base LABEL org.opencontainers.image.source="https://github.com/C4illin/ConvertX" WORKDIR /app