From 8c02f5e9081928c6ff7762fb4cd39a36301fd073 Mon Sep 17 00:00:00 2001 From: Russ Date: Mon, 26 Feb 2024 12:05:46 +1100 Subject: [PATCH] fix: bump to get newer ROS2 iron --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9136c6d..7c92575 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,7 +76,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ vulcanexus-${ROS_DISTRO}-core \ wget -RUN curl -L https://github.com/mozilla/sccache/releases/download/v0.7.5/sccache-v0.7.5-$(uname -m)-unknown-linux-musl.tar.gz | tar zx --wildcards "*/sccache" --strip-components 1 --directory=/usr/bin +RUN curl -L https://github.com/mozilla/sccache/releases/download/v0.7.7/sccache-v0.7.7-$(uname -m)-unknown-linux-musl.tar.gz | tar zx --wildcards "*/sccache" --strip-components 1 --directory=/usr/bin RUN curl -L https://github.com/rr-debugger/rr/releases/download/5.7.0/rr-5.7.0-Linux-$(uname -m).deb --output rr.deb && dpkg --install rr.deb && rm rr.deb # set gcc version to latest available on ubuntu rel