Skip to content

Commit

Permalink
Dockerfile: update to Renode 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pjonsson committed Jul 7, 2023
1 parent f023f23 commit 18cc32f
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 18cc32f

Please sign in to comment.