diff --git a/Dockerfile b/Dockerfile index 516f762..dbb8ac0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.21 -FROM oven/bun:1.3.6-debian AS builder +FROM oven/bun:1.3.7-debian AS builder WORKDIR /app COPY bun.lock package.json tsconfig.json ./