Skip to content

Commit

Permalink
upgrade bun image
Browse files Browse the repository at this point in the history
  • Loading branch information
fachrihawari committed Nov 22, 2024
1 parent 1b03c70 commit 5e3f103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Bun image as the base
FROM oven/bun:1.1.29-alpine
FROM oven/bun:1.1.36-alpine

# Set the working directory
WORKDIR /app
Expand All @@ -21,4 +21,4 @@ COPY . .
RUN bun run build

# Start the Next.js server
CMD bun run start
CMD bun run start

0 comments on commit 5e3f103

Please sign in to comment.