Skip to content

Commit

Permalink
neonvm-kernel: update ubuntu builder image to LTS
Browse files Browse the repository at this point in the history
Signed-off-by: Misha Sakhnov <[email protected]>
  • Loading branch information
mikhail-sakhnov committed Dec 2, 2024
1 parent 89bd60d commit c74866d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neonvm-kernel/Dockerfile.kernel-builder
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Force initial check that KERNEL_VERSION is set appropriately
FROM ubuntu:23.10 AS check-arg
FROM ubuntu:24.04 AS check-arg
ARG KERNEL_VERSION
WORKDIR /build

Expand All @@ -8,7 +8,7 @@ RUN set -e \
&& test -n "${KERNEL_VERSION}" \
&& echo "force this as a requirement for build-deps" > /build/arg-check-succeeded

FROM ubuntu:23.10 AS build-deps
FROM ubuntu:24.04 AS build-deps
WORKDIR /build

RUN apt-get update && apt-get -y install \
Expand Down

0 comments on commit c74866d

Please sign in to comment.