diff --git a/Dockerfile b/Dockerfile index 7dc6cc43..cf565c2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # --- Base --- -FROM oven/bun:1.3.11-alpine AS base +FROM oven/bun:1.3.14-alpine AS base WORKDIR /app # --- Install ---