Skip to content

Commit 7544ddc

Browse files
Updated package versions: GNU Arm Toolchain 13.3.rel1, CMake 3.30.0, .NET 6.0.32, JLink 7.69t
1 parent 72b1e9f commit 7544ddc

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
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.2
28+
ARG CMAKE_VERSION=3.30.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.29
43+
ARG DOTNET_VERSION=6.0.32
4444
ARG DOTNET_URL="https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-x64.tar.gz"
45-
ARG DOTNET_SHA512="c9fc66d47e7c5ed77f13d03bd3a6d09f99560bd432aa308392e0604bdf2a378f66f836184dca4a678052989e6e51a5535225de337c32a4a4e17a67abdc554ffa"
45+
ARG DOTNET_SHA512="9babfe66f4a4261dd454f3220899af0a19532ab93575b581cec838f1c5f130d98b6fb1aaae5ee8e5b2e70deb55b619a0d55347f014ace72cb84b78d61faf0a59"
4646
ARG DOTNET_INSTALL_DIR="/opt/dotnet"
4747

4848
# Download and install package
@@ -54,7 +54,7 @@ RUN curl -sLO ${DOTNET_URL} && \
5454
ENV PATH=$PATH:${DOTNET_INSTALL_DIR}
5555

5656
#- Arm GNU Toolchain -----------------------------------------------------------
57-
ARG TOOLCHAIN_VERSION=13.2.rel1
57+
ARG TOOLCHAIN_VERSION=13.3.rel1
5858
ARG TOOLCHAIN_URL="https://developer.arm.com/-/media/Files/downloads/gnu/$TOOLCHAIN_VERSION/binrel/arm-gnu-toolchain-$TOOLCHAIN_VERSION-x86_64-arm-none-eabi.tar.xz"
5959
ARG TOOLCHAIN_INSTALL_DIR="/opt/gcc-arm-none-eabi"
6060

@@ -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=796f
78+
ARG JLINK_VERSION=796t
7979
ARG JLINK_URL="https://www.segger.com/downloads/jlink/JLink_Linux_V${JLINK_VERSION}_x86_64.tgz"
80-
ARG JLINK_MD5="2c64a78ed475acc690c5b4d426216d5c"
80+
ARG JLINK_MD5="494853c877d2b15d7c362f8663812336"
8181
ARG JLINK_POST="accept_license_agreement=accepted&submit=Download+software"
8282
ARG JLINK_INSTALL_DIR="/opt/SEGGER/JLink"
8383

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +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.29
10-
* [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.96f
9+
* [Microsoft .NET 6.0 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) Version 6.0.32
10+
* [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 7.96t
1212
* [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
14-
13+
* [CMake](https://cmake.org/download) Version 3.30.0
1514
## System Requirements
1615
* VSCode [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension
1716
* [usbipd-win](https://learn.microsoft.com/en-us/windows/wsl/connect-usb) (Windows *and* WSL parts installed!)

0 commit comments

Comments
 (0)