mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
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:
+2
-2
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user