Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Override with --build-arg BASE_IMAGE=blueos-base:dev for local builds
ARG BASE_IMAGE=bluerobotics/blueos-base:0.2.1
ARG BASE_IMAGE=bluerobotics/blueos-base:0.2.5

# Build frontend
FROM --platform=$BUILDPLATFORM oven/bun:1.0.3-slim AS frontend-builder
Expand Down
Loading