Skip to content

Commit ca31ae0

Browse files
Updated package versions: CMake 3.29.0, .NET 6.0.28, JLink 7.96b
1 parent c8f1f66 commit ca31ae0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get update && \
2525
WORKDIR /tmp
2626

2727
#- CMake -----------------------------------------------------------------------
28-
ARG CMAKE_VERSION=3.28.3
28+
ARG CMAKE_VERSION=3.29.0
2929
ARG CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-linux-x86_64.tar.gz"
3030
ARG CMAKE_HASH="https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-SHA-256.txt"
3131

@@ -40,9 +40,9 @@ ENV CMAKE_CONFIGS_PATH=/usr/share/cmake/configs.d
4040
RUN mkdir -p ${CMAKE_CONFIGS_PATH}
4141

4242
#- .NET 6 Runtime --------------------------------------------------------------
43-
ARG DOTNET_VERSION=6.0.27
43+
ARG DOTNET_VERSION=6.0.28
4444
ARG DOTNET_URL="https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-x64.tar.gz"
45-
ARG DOTNET_SHA512="448c4419e6c5b52e82eebaaf8601bbe668a0c8bb3293a6004125c7305b38072f7d2236ebffcaf4a71901b61b22ce66ae8b077af6321ba14729be385f228be04c"
45+
ARG DOTNET_SHA512="5e9039c6c83bed02280e6455ee9ec59c9509055ed15d20fb628eca1147c6c3b227579fbffe5d890879b8e62312facf25089b81f4c461797a1a701a220b51d698"
4646
ARG DOTNET_INSTALL_DIR="/opt/dotnet"
4747

4848
# Download and install package
@@ -75,9 +75,9 @@ COPY gcc-arm-none-eabi.cmake ${CMAKE_CONFIGS_PATH}
7575
ENV PATH=$PATH:${TOOLCHAIN_INSTALL_DIR}/bin
7676

7777
#- JLink Debugger --------------------------------------------------------------
78-
ARG JLINK_VERSION=794k
78+
ARG JLINK_VERSION=796b
7979
ARG JLINK_URL="https://www.segger.com/downloads/jlink/JLink_Linux_V${JLINK_VERSION}_x86_64.tgz"
80-
ARG JLINK_MD5="d0bef55e96b1314e012eec1201d944c3"
80+
ARG JLINK_MD5="2bc36e9db363df8938515ada48d46869"
8181
ARG JLINK_POST="accept_license_agreement=accepted&submit=Download+software"
8282
ARG JLINK_INSTALL_DIR="/opt/SEGGER/JLink"
8383

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
![Screenshot](scr.PNG)
77

88
### Packages
9-
* [Microsoft .NET 6.0 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) Version 6.0.27
9+
* [Microsoft .NET 6.0 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) Version 6.0.28
1010
* [Arm GNU Toolchain](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads) Version 13.2rel1
11-
* [SEGGER J-Link Software](https://www.segger.com/downloads/jlink/) Version 7.94k
11+
* [SEGGER J-Link Software](https://www.segger.com/downloads/jlink/) Version 7.96b
1212
* [xPack OpenOCD](https://github.com/xpack-dev-tools/openocd-xpack) Version 0.12.0-2
13-
* [CMake](https://cmake.org/download) Version 3.28.3
13+
* [CMake](https://cmake.org/download) Version 3.29.0
1414

1515
## System Requirements
1616
* VSCode [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension

0 commit comments

Comments
 (0)