Skip to content

Commit

Permalink
Update ros-baseimage version to v3.3.0 (#103)
Browse files Browse the repository at this point in the history
* Update ros-baseimage version to sha-c66a922

* Update fog-ros-baseimage tag to v3.3.0

---------

Co-authored-by: mehmetkillioglu <mehmetkillioglu@users.noreply.github.com>
  • Loading branch information
ledeus and mehmetkillioglu authored Aug 1, 2024
1 parent 698d227 commit c5d092a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/tiiuae/fog-ros-sdk:v3.2.0-${TARGETARCH:-amd64} AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/tiiuae/fog-ros-sdk:v3.3.0-${TARGETARCH:-amd64} AS builder

ARG TARGETARCH

Expand Down Expand Up @@ -31,7 +31,7 @@ RUN /packaging/build_colcon_sdk.sh ${TARGETARCH:-amd64}
# ▲ runtime ──┐
# └── build ▼

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

RUN apt update \
&& apt install -y --no-install-recommends \
Expand Down

0 comments on commit c5d092a

Please sign in to comment.