Skip to content

Commit

Permalink
[PX4-MSGS-UPGRADE]Bump tiiuae/fog-ros-baseimage from v3.0.2 to v3.1.0 (
Browse files Browse the repository at this point in the history
…#16)

* Change baseimage tag from sha-9a1be77 to v3.1.0

---------

Co-authored-by: mehmetkillioglu <[email protected]>
  • Loading branch information
mehmetkillioglu and mehmetkillioglu authored Dec 13, 2023
1 parent 9e67fa5 commit f864d0a
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,5 +1,5 @@
# Given dynamically from CI job.
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/tiiuae/fog-ros-sdk:v3.0.2-${TARGETARCH:-amd64} AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/tiiuae/fog-ros-sdk:v3.1.0-${TARGETARCH:-amd64} AS builder

# Must be defined another time after "FROM" keyword.
ARG TARGETARCH
Expand All @@ -16,7 +16,7 @@ RUN /packaging/build_colcon_sdk.sh ${TARGETARCH:-amd64}
# ▲ runtime ──┐
# └── build ▼

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

ENTRYPOINT [ "/entrypoint.sh" ]

Expand Down

0 comments on commit f864d0a

Please sign in to comment.