diff --git a/Dockerfile b/Dockerfile index 65462f8e..5f9e64eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Site builder -FROM oven/bun:1.3.1-alpine AS frontend-builder +FROM oven/bun:1.3.2-alpine AS frontend-builder WORKDIR /frontend diff --git a/Dockerfile.distroless b/Dockerfile.distroless index 52c97862..6118ca35 100644 --- a/Dockerfile.distroless +++ b/Dockerfile.distroless @@ -1,5 +1,5 @@ # Site builder -FROM oven/bun:1.3.1-alpine AS frontend-builder +FROM oven/bun:1.3.2-alpine AS frontend-builder WORKDIR /frontend