Skip to content

Commit b731439

Browse files
mars-lowstephanosio
authored andcommitted
Dockerfile: update Renode to 1.16.0
This commit updates the Renode version that is used in the Dockerfile to 1.16.0. Signed-off-by: Marek Slowinski <[email protected]>
1 parent edf2173 commit b731439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARG CCACHE_VERSION=4.9.1
1919
ENV CCACHE_VERSION=$CCACHE_VERSION
2020
ARG DOXYGEN_VERSION=1.15.0
2121
ENV DOXYGEN_VERSION=$DOXYGEN_VERSION
22-
ARG RENODE_VERSION=1.15.3
22+
ARG RENODE_VERSION=1.16.0
2323
ENV RENODE_VERSION=$RENODE_VERSION
2424
ARG LLVM_VERSION=20
2525
ENV LLVM_VERSION=$LLVM_VERSION

0 commit comments

Comments
 (0)