Skip to content

Commit

Permalink
Dockerfile: update Renode to 1.15.2
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.2.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
  • Loading branch information
fkokosinski authored and nashif committed Aug 21, 2024
1 parent 57b4d81 commit ba52885
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.1
ARG RENODE_VERSION=1.15.2
ENV RENODE_VERSION=$RENODE_VERSION
ARG LLVM_VERSION=16
ENV LLVM_VERSION=$LLVM_VERSION
Expand Down

0 comments on commit ba52885

Please sign in to comment.