diff --git a/Dockerfile b/Dockerfile index 5038651..82d6efe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.22 -FROM oven/bun:1.3.10-debian AS builder +FROM oven/bun:1.3.12-debian AS builder WORKDIR /app COPY bun.lock package.json tsconfig.json ./