Skip to content

Commit

Permalink
Bump the baseimage-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the baseimage-dependencies group with 2 updates: [tiiuae/fog-ros-baseimage](https://github.com/tiiuae/fog-ros-baseimage) and [tiiuae/fog-ros-baseimage-builder](https://github.com/tiiuae/fog-ros-baseimage).


Updates `tiiuae/fog-ros-baseimage` from 2.1.0 to v3.0.1
- [Release notes](https://github.com/tiiuae/fog-ros-baseimage/releases)
- [Commits](https://github.com/tiiuae/fog-ros-baseimage/commits/v3.0.1)

Updates `tiiuae/fog-ros-baseimage-builder` from 2.1.0 to v3.0.1
- [Release notes](https://github.com/tiiuae/fog-ros-baseimage/releases)
- [Commits](https://github.com/tiiuae/fog-ros-baseimage/commits/v3.0.1)

---
updated-dependencies:
- dependency-name: tiiuae/fog-ros-baseimage
  dependency-type: direct:production
  dependency-group: baseimage-dependencies
- dependency-name: tiiuae/fog-ros-baseimage-builder
  dependency-type: direct:production
  dependency-group: baseimage-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 3b932eb commit 9813fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ros
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a legacy building format with ros:humble-base and ubuntu as the base.
# Legacy format is not maintained anymore, see /Dockerfile for multiarch building with Yocto and OpenEmbedded.
FROM ghcr.io/tiiuae/fog-ros-baseimage-builder:v2.1.0 AS builder
FROM ghcr.io/tiiuae/fog-ros-baseimage-builder:v3.0.1 AS builder
ARG BUILD_GSTREAMER
# TODO: not sure how many of these deps are actually needed for building. at least this:
# libusb-1.0-0-dev
Expand Down Expand Up @@ -41,7 +41,7 @@ RUN BUILD_GSTREAMER=$BUILD_GSTREAMER /packaging/build.sh
# ▲ runtime ──┐
# └── build ▼

FROM ghcr.io/tiiuae/fog-ros-baseimage:v2.1.0
FROM ghcr.io/tiiuae/fog-ros-baseimage:v3.0.1
ARG BUILD_GSTREAMER

RUN mkdir /depthai_configs
Expand Down

0 comments on commit 9813fcd

Please sign in to comment.