Skip to content

Commit f5fc589

Browse files
try fix docker ci
1 parent d89bf38 commit f5fc589

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Use an official Node.js runtime as the base image
2-
FROM oven/bun:1.1-slim as build-stage
2+
FROM oven/bun:1.3.9-slim as build-stage
33
LABEL authors="xcodeassociated"
44

55
# Set working directory
66
WORKDIR /app
77

88
# Copy package.json and package-lock.json to the working directory
9-
COPY package*.json ./
9+
COPY package.json bun.lockb ./
1010

1111
# Install dependencies
1212
RUN bun install --frozen-lockfile

0 commit comments

Comments
 (0)