Skip to content

Commit

Permalink
Merge pull request contiki-os#2500 from pjonsson/docker-update-renode
Browse files Browse the repository at this point in the history
Dockerfile: update to Renode 1.13.3
  • Loading branch information
arurke authored Jul 20, 2023
2 parents afe567f + 18cc32f commit 92c4e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN wget -nv https://nsscprodmedia.blob.core.windows.net/prod/software-and-other
apt-get -qq clean

# Install Renode from github releases
ARG RENODE_VERSION=1.13.0
ARG RENODE_VERSION=1.13.3
RUN wget -nv https://github.com/renode/renode/releases/download/v${RENODE_VERSION}/renode_${RENODE_VERSION}_amd64.deb \
&& apt-get -qq -y --no-install-recommends install ./renode_${RENODE_VERSION}_amd64.deb > /dev/null \
&& python3 -m pip -q install -r /opt/renode/tests/requirements.txt \
Expand Down

0 comments on commit 92c4e2a

Please sign in to comment.