Skip to content

Commit

Permalink
update baseimage v3.3 in tii-mesh-com.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoSairiala committed Aug 29, 2024
1 parent 8328101 commit 0d5b0cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions modules/mesh_com/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.2.0-${TARGETARCH:-amd64} AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/tiiuae/fog-ros-sdk:v3.3.0-${TARGETARCH:-amd64} AS builder

# Must be defined another time after "FROM" keyword.
ARG TARGETARCH
Expand All @@ -21,7 +21,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

ENTRYPOINT [ "/entrypoint.sh" ]

Expand Down

0 comments on commit 0d5b0cb

Please sign in to comment.