Skip to content

Commit

Permalink
Dockerfile: update Renode to 1.15.1
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.1.

Signed-off-by: Filip Kokosinski <[email protected]>
  • Loading branch information
fkokosinski authored and stephanosio committed Jun 18, 2024
1 parent e94ae9c commit de6da0b
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.14.0
ARG RENODE_VERSION=1.15.1
ENV RENODE_VERSION=$RENODE_VERSION
ARG LLVM_VERSION=16
ENV LLVM_VERSION=$LLVM_VERSION
Expand Down

0 comments on commit de6da0b

Please sign in to comment.