Skip to content

Commit 6ff52f2

Browse files
authored
Rebuild container with updated Ubuntu and J-Link. +semver:patch (#36)
Updating the base container before rebuilding the IAR container with updated Axivion license.
1 parent 6d0ee58 commit 6ff52f2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

stafl-devcontainer/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ADD user-setup-scripts /user-setup-scripts
1111

1212
RUN export DEBIAN_FRONTEND=noninteractive \
1313
&& apt-get update \
14+
&& apt-get --no-install-recommends -y full-upgrade \
1415
&& apt-get -y install --no-install-recommends bash-completion bzip2 ca-certificates clang clang-format-14 curl curl \
1516
dos2unix doxygen g++ g++-mips-linux-gnu gcc-mips-linux-gnu gcc-multilib-mips-linux-gnu gdb gdb-multiarch git git-lfs \
1617
gnupg graphviz inetutils-ping ksh lcov libncurses5 llvm-14 make ninja-build openjdk-17-jdk plantuml python2.7-dev python3 python3-dev \
@@ -77,8 +78,8 @@ WORKDIR /
7778

7879
#### Install jlink ####
7980
# URLs copied from https://www.segger.com/downloads/jlink/
80-
ARG JLINK_URL_x86_64="https://www.segger.com/downloads/jlink/JLink_Linux_V798i_x86_64.deb"
81-
ARG JLINK_URL_ARM="https://www.segger.com/downloads/jlink/JLink_Linux_V798i_arm64.deb"
81+
ARG JLINK_URL_x86_64="https://www.segger.com/downloads/jlink/JLink_Linux_V868_x86_64.deb"
82+
ARG JLINK_URL_ARM="https://www.segger.com/downloads/jlink/JLink_Linux_V868_arm64.deb"
8283

8384
RUN case ${TARGETPLATFORM} in \
8485
"linux/amd64") JLINK_URL=$JLINK_URL_x86_64 ;; \

0 commit comments

Comments
 (0)