diff --git a/.bun-version b/.bun-version index c114700..f2ae0b4 100644 --- a/.bun-version +++ b/.bun-version @@ -1 +1 @@ -1.2.11 +1.2.12 diff --git a/Dockerfile b/Dockerfile index 5ca7f86..29e91a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun:1.2.11 AS base +FROM oven/bun:1.2.12 AS base WORKDIR /app