update bun version

This commit is contained in:
2025-10-09 23:49:22 +02:00
parent eea3f11f74
commit dd0d13d8f8

View File

@@ -1,5 +1,5 @@
# Use oven/bun as parent image # 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 # Change the working directory on the Docker image to /app
WORKDIR /app WORKDIR /app
@@ -17,4 +17,4 @@ RUN bun install --frozen-lockfile
EXPOSE 3000 EXPOSE 3000
# Start the application # Start the application
CMD ["bun", "start"] CMD ["bun", "start"]