Skip to content

Commit

Permalink
Set dockerfile to bun 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hansiboy1999 committed Jan 28, 2025
1 parent 0422b16 commit a1c70c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/frontend/develop.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use Bun (JavaScript runtime) image as the base
FROM oven/bun:1 AS build
FROM oven/bun:1.1 AS build

# Set the working directory to /app inside the container
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion services/frontend/dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build the application
FROM oven/bun AS build
FROM oven/bun:1.1 AS build

WORKDIR /app

Expand Down

0 comments on commit a1c70c0

Please sign in to comment.