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 v2.1.0 to v3.2.0
- [Release notes](https://github.com/tiiuae/fog-ros-baseimage/releases)
- [Commits](https://github.com/tiiuae/fog-ros-baseimage/commits/v3.2.0)

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

---
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 Feb 28, 2024
1 parent 353d616 commit 5c8526c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN /packaging/build_colcon_sdk.sh ${TARGETARCH:-amd64}
# ▲ runtime ──┐
# └── build ▼

FROM ghcr.io/tiiuae/fog-ros-baseimage:v3.1.0
FROM ghcr.io/tiiuae/fog-ros-baseimage:v3.2.0

RUN apt update \
&& apt install -y --no-install-recommends \
Expand Down
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.2.0 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.2.0
ARG BUILD_GSTREAMER

RUN mkdir /depthai_configs
Expand Down

0 comments on commit 5c8526c

Please sign in to comment.