From 84274b9c55bad0ab2d0f6e49ccbff7c269d2b12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Thu, 20 Mar 2025 09:39:36 +0100 Subject: [PATCH] chore: revert to bun 1.2.3 issue: #235 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b579904..ca7db70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun:canary-alpine AS base +FROM oven/bun:1.2.3-alpine AS base LABEL org.opencontainers.image.source="https://github.com/C4illin/ConvertX" WORKDIR /app