diff --git a/Dockerfile b/Dockerfile index 0a09bf3..1ae97d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.18 -FROM oven/bun:1.2.22-debian AS builder +FROM oven/bun:1.2.23-debian AS builder WORKDIR /app COPY bun.lock package.json tsconfig.json ./