diff --git a/Dockerfile b/Dockerfile index edd1412..f72370c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Site builder -FROM oven/bun:1.3.10-alpine AS frontend-builder +FROM oven/bun:1.3.11-alpine AS frontend-builder WORKDIR /frontend diff --git a/Dockerfile.distroless b/Dockerfile.distroless index f557090..010e1bf 100644 --- a/Dockerfile.distroless +++ b/Dockerfile.distroless @@ -1,5 +1,5 @@ # Site builder -FROM oven/bun:1.3.10-alpine AS frontend-builder +FROM oven/bun:1.3.11-alpine AS frontend-builder WORKDIR /frontend