Skip to content

Commit

Permalink
Docker: switch to Ubuntu 23.10
Browse files Browse the repository at this point in the history
Newer versions of the different tools.

And similar to the env used by the tests.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Feb 5, 2024
1 parent ee9191f commit 4c0072b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:23.10

# dependencies for the script
RUN apt-get update && \
Expand All @@ -10,7 +10,7 @@ RUN apt-get update && \
# Sparse
# Do not forget to change the version and SHA in mptcp-upstream-virtme-docker
ARG SPARSE_GIT_URL="git://git.kernel.org/pub/scm/devel/sparse/sparse.git"
ARG SPARSE_GIT_SHA="ce1a6720f69e6233ec9abd4e9aae5945e05fda41" # include a fix for 'unreplaced' issues
ARG SPARSE_GIT_SHA="09411a7a5127516a0741eb1bd8762642fa9197ce" # include a fix for 'unreplaced' issues and llvm 16 (not used)

RUN cd /tmp && \
git clone "${SPARSE_GIT_URL}" sparse && \
Expand Down

0 comments on commit 4c0072b

Please sign in to comment.