diff --git a/Dockerfile b/Dockerfile index 964413e..174232a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 as base +FROM ubuntu:24.04 as base WORKDIR /workdir ARG sdk_nrf_branch=v2.7-branch @@ -12,11 +12,10 @@ ENV DEBIAN_FRONTEND=noninteractive SHELL [ "/bin/bash", "-euxo", "pipefail", "-c" ] # gcc-multilib make = Host tools for native_sim build -# python 3.8 is installed by toolchain manager hence older version of libffi is required RUN <