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
FROM oven/bun:1.0.27
FROM oven/bun:1.2.23
# Change the working directory on the Docker image to /app
WORKDIR /app