Skip to content

Commit 72b1e9f

Browse files
Updated package versions: CMake 3.29.2, .NET 6.0.29, JLink 7.96f, OpenOCD 0.12.0-3
1 parent ca31ae0 commit 72b1e9f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Dockerfile

Lines changed: 6 additions & 6 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.29.0
28+
ARG CMAKE_VERSION=3.29.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.28
43+
ARG DOTNET_VERSION=6.0.29
4444
ARG DOTNET_URL="https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-x64.tar.gz"
45-
ARG DOTNET_SHA512="5e9039c6c83bed02280e6455ee9ec59c9509055ed15d20fb628eca1147c6c3b227579fbffe5d890879b8e62312facf25089b81f4c461797a1a701a220b51d698"
45+
ARG DOTNET_SHA512="c9fc66d47e7c5ed77f13d03bd3a6d09f99560bd432aa308392e0604bdf2a378f66f836184dca4a678052989e6e51a5535225de337c32a4a4e17a67abdc554ffa"
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=796b
78+
ARG JLINK_VERSION=796f
7979
ARG JLINK_URL="https://www.segger.com/downloads/jlink/JLink_Linux_V${JLINK_VERSION}_x86_64.tgz"
80-
ARG JLINK_MD5="2bc36e9db363df8938515ada48d46869"
80+
ARG JLINK_MD5="2c64a78ed475acc690c5b4d426216d5c"
8181
ARG JLINK_POST="accept_license_agreement=accepted&submit=Download+software"
8282
ARG JLINK_INSTALL_DIR="/opt/SEGGER/JLink"
8383

@@ -100,7 +100,7 @@ ENV PATH=$PATH:${JLINK_INSTALL_DIR}
100100
RUN usermod -aG dialout vscode
101101

102102
#- OpenOCD Debugger ------------------------------------------------------------
103-
ARG OPENOCD_VERSION=0.12.0-2
103+
ARG OPENOCD_VERSION=0.12.0-3
104104
ARG OPENOCD_URL="https://github.com/xpack-dev-tools/openocd-xpack/releases/download/v$OPENOCD_VERSION/xpack-openocd-$OPENOCD_VERSION-linux-x64.tar.gz"
105105
ARG OPENOCD_INSTALL_DIR="/opt/OpenOCD"
106106

README.md

Lines changed: 4 additions & 4 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.28
9+
* [Microsoft .NET 6.0 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) Version 6.0.29
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.96b
12-
* [xPack OpenOCD](https://github.com/xpack-dev-tools/openocd-xpack) Version 0.12.0-2
13-
* [CMake](https://cmake.org/download) Version 3.29.0
11+
* [SEGGER J-Link Software](https://www.segger.com/downloads/jlink/) Version 7.96f
12+
* [xPack OpenOCD](https://github.com/xpack-dev-tools/openocd-xpack) Version 0.12.0-3
13+
* [CMake](https://cmake.org/download) Version 3.29.2
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)