diff --git a/Dockerfile b/Dockerfile index 4724f6d0d..a8417b044 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Site builder -FROM oven/bun:1.3.13-alpine AS frontend-builder +FROM oven/bun:1.3.14-alpine AS frontend-builder WORKDIR /frontend diff --git a/Dockerfile.distroless b/Dockerfile.distroless index 00d04107c..3ccd6ba5d 100644 --- a/Dockerfile.distroless +++ b/Dockerfile.distroless @@ -1,5 +1,5 @@ # Site builder -FROM oven/bun:1.3.13-alpine AS frontend-builder +FROM oven/bun:1.3.14-alpine AS frontend-builder WORKDIR /frontend