update bun version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Use oven/bun as parent image
|
||||
FROM oven/bun:1.0.27
|
||||
FROM oven/bun:1.2.23
|
||||
|
||||
# Change the working directory on the Docker image to /app
|
||||
WORKDIR /app
|
||||
@@ -17,4 +17,4 @@ RUN bun install --frozen-lockfile
|
||||
EXPOSE 3000
|
||||
|
||||
# Start the application
|
||||
CMD ["bun", "start"]
|
||||
CMD ["bun", "start"]
|
||||
|
||||
Reference in New Issue
Block a user