diff --git a/Dockerfile b/Dockerfile index 6de6e94f..703d1f13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG COMMIT_HASH ARG BUILD_TIMESTAMP # Site builder -FROM oven/bun:1.2.12-alpine AS frontend-builder +FROM oven/bun:1.2.14-alpine AS frontend-builder WORKDIR /frontend