From 4bcc3326741a02b6eeba43c67eba4a4ea358f08f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ant=C3=B4nio=20Cardoso?= Date: Tue, 23 Jun 2026 09:27:38 -0300 Subject: [PATCH] core: Update docker base to 0.2.6 --- core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Dockerfile b/core/Dockerfile index e036e6a8af..717b411919 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -1,5 +1,5 @@ # Override with --build-arg BASE_IMAGE=blueos-base:dev for local builds -ARG BASE_IMAGE=bluerobotics/blueos-base:0.2.5 +ARG BASE_IMAGE=bluerobotics/blueos-base:0.2.6 # Build frontend FROM --platform=$BUILDPLATFORM oven/bun:1.0.3-slim AS frontend-builder