Fixed docker build error - InvalidLockfileVersion: failed to parse lockfile: 'bun.lock'

On previous commits I updated the lockfile but forgot to update the base image version for bun
This commit is contained in:
ShadowArcanist
2025-12-17 11:27:11 +01:00
parent 87075427d5
commit 365b09601c
+2 -2
View File
@@ -1,5 +1,5 @@
# Stage 1: Build Stage (oven/bun:1.1.44-alpine, ARM64)
FROM oven/bun:1.1.44-alpine AS builder
# Stage 1: Build Stage (oven/bun:1.3.4-alpine)
FROM oven/bun:1.3.4-alpine AS builder
ARG VITE_ANALYTICS_DOMAIN=coolify.io/docs
ARG VITE_SITE_URL=https://coolify.io/docs/