diff --git a/Dockerfile b/Dockerfile index 8e2797b6..caeff384 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Site builder -FROM oven/bun:1.2.23-alpine AS frontend-builder +FROM oven/bun:1.3.0-alpine AS frontend-builder WORKDIR /frontend diff --git a/Dockerfile.distroless b/Dockerfile.distroless index 91f5bc9a..377fa618 100644 --- a/Dockerfile.distroless +++ b/Dockerfile.distroless @@ -1,5 +1,5 @@ # Site builder -FROM oven/bun:1.2.23-alpine AS frontend-builder +FROM oven/bun:1.3.0-alpine AS frontend-builder WORKDIR /frontend