fix: upgrade Bun setup version to latest to support modern lockfile format
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: 1.1
|
||||
bun-version: latest
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
# Stage 1: Builder
|
||||
FROM oven/bun:1.1-alpine AS builder
|
||||
FROM oven/bun:alpine AS builder
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
@@ -16,7 +16,7 @@ RUN bun run lint
|
||||
RUN bun run build
|
||||
|
||||
# Stage 2: Runner
|
||||
FROM oven/bun:1.1-slim AS runner
|
||||
FROM oven/bun:slim AS runner
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user