From f5591b2b13a3aa01bb1bd0df003d4269991b05f7 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 16 Apr 2024 21:10:47 -1000 Subject: [PATCH] fix(build): :bug: Revert bun-node container version to 1.1.3 (1.1.4 does not exist yet) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 090867cf..7cf54a19 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.4-current-alpine as base +FROM imbios/bun-node:1.1.3-current-alpine as base RUN apk add --no-cache libstdc++