Skip to content

Commit

Permalink
Upgrade sdk and base images to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jari-hodju committed Feb 28, 2024
1 parent ace256a commit 52468b7
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.1.0-${TARGETARCH:-amd64} AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/tiiuae/fog-ros-sdk:v3.2.0-${TARGETARCH:-amd64} AS builder

# Must be defined another time after "FROM" keyword.
ARG TARGETARCH
Expand All @@ -11,7 +11,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-get update \
&& apt-get install -y \
Expand Down

0 comments on commit 52468b7

Please # to comment.