Skip to content

Commit 3a60f44

Browse files
Updated package versions: CMake 3.31.2, .NET 6.0.36, JLink 8.10k
1 parent e658e04 commit 3a60f44

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.30.5
28+
ARG CMAKE_VERSION=3.31.2
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.35
43+
ARG DOTNET_VERSION=6.0.36
4444
ARG DOTNET_URL="https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-x64.tar.gz"
45-
ARG DOTNET_SHA512="d8d10d600fb664336949576f8ec0534dbffd573f754b9e741f20812221fafcac5f509a7e1ab44e9e63fc31a7b5dbcb19e4ec1930ffd29312212dc7454977090e"
45+
ARG DOTNET_SHA512="afb6018fcabec468ccd7ae2f1131d8c9de7f4de7645b8f0c223efbbdbfdc515fb0642a399ebfe372c02044416c4cae463c9c802cd156b9da4181efff0e33ee94"
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=810c
78+
ARG JLINK_VERSION=810k
7979
ARG JLINK_URL="https://www.segger.com/downloads/jlink/JLink_Linux_V${JLINK_VERSION}_x86_64.tgz"
80-
ARG JLINK_MD5="52b7aa305acf53db10c3fb7d86b851e0"
80+
ARG JLINK_MD5="6ac06672cb173ab6dbe90ab46c735bbe"
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.35
9+
* [Microsoft .NET 6.0 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) Version 6.0.36
1010
* [Arm GNU Toolchain](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads) Version 13.3rel1
11-
* [SEGGER J-Link Software](https://www.segger.com/downloads/jlink/) Version 8.10c
11+
* [SEGGER J-Link Software](https://www.segger.com/downloads/jlink/) Version 8.10k
1212
* [xPack OpenOCD](https://github.com/xpack-dev-tools/openocd-xpack) Version 0.12.0-4
13-
* [CMake](https://cmake.org/download) Version 3.30.5
13+
* [CMake](https://cmake.org/download) Version 3.31.2
1414
## System Requirements
1515
* VSCode [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension
1616
* [usbipd-win](https://learn.microsoft.com/en-us/windows/wsl/connect-usb) (Windows *and* WSL parts installed!)

0 commit comments

Comments
 (0)