Skip to content

Commit

Permalink
Dockerfile: update Renode to 1.15.3
Browse files Browse the repository at this point in the history
This commit updates the Renode version that is used in the Dockerfile
to 1.15.3.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
  • Loading branch information
fkokosinski authored and stephanosio committed Oct 1, 2024
1 parent eb419f1 commit c372208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG CCACHE_VERSION=4.9.1
ENV CCACHE_VERSION=$CCACHE_VERSION
ARG DOXYGEN_VERSION=1.9.4
ENV DOXYGEN_VERSION=$DOXYGEN_VERSION
ARG RENODE_VERSION=1.15.2
ARG RENODE_VERSION=1.15.3
ENV RENODE_VERSION=$RENODE_VERSION
ARG LLVM_VERSION=16
ENV LLVM_VERSION=$LLVM_VERSION
Expand Down

0 comments on commit c372208

Please sign in to comment.