diff --git a/Dockerfile b/Dockerfile index 5353637..9aa19ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.20 -FROM oven/bun:1.3.5-debian AS builder +FROM oven/bun:1.3.6-debian AS builder WORKDIR /app COPY bun.lock package.json tsconfig.json ./