Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: Dockerfile: Update blueos-base to v0.1.1 #2562

Merged
merged 1 commit into from
Apr 24, 2024
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
4 changes: 2 additions & 2 deletions core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ RUN bun install --cwd /home/pi/frontend
RUN bun run --cwd /home/pi/frontend build

# Download binaries
FROM bluerobotics/blueos-base:v0.1.0 as downloadBinaries
FROM bluerobotics/blueos-base:v0.1.1 as downloadBinaries
COPY tools /home/pi/tools
RUN /home/pi/tools/install-static-binaries.sh

# BlueOS-docker base image
FROM bluerobotics/blueos-base:v0.1.0
FROM bluerobotics/blueos-base:v0.1.1

# Define arguments for target platform
# These arguments are defined automatically by buildx when using `--platform`
Expand Down
Loading