diff --git a/Dockerfile b/Dockerfile index 4a12e868..6fbea739 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Site builder -FROM oven/bun:1.3.3-alpine AS frontend-builder +FROM oven/bun:1.3.4-alpine AS frontend-builder WORKDIR /frontend diff --git a/Dockerfile.distroless b/Dockerfile.distroless index 95abf725..99af5ac1 100644 --- a/Dockerfile.distroless +++ b/Dockerfile.distroless @@ -1,5 +1,5 @@ # Site builder -FROM oven/bun:1.3.3-alpine AS frontend-builder +FROM oven/bun:1.3.4-alpine AS frontend-builder WORKDIR /frontend