Skip to content

Commit

Permalink
build: update ubuntu base image version
Browse files Browse the repository at this point in the history
The originally used base image: 23.10, is no longer supported. This commit updates it to image version: 24.10 which is the most recent release and is supported until July 2025.
  • Loading branch information
vincepick authored Nov 20, 2024
1 parent 4bae499 commit 43b1813
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
Expand Up @@ -7,7 +7,7 @@
# First stage: Building

# Setting up
FROM ubuntu:23.10 AS builder
FROM ubuntu:24.10 AS builder
ENV DEBIAN_FRONTEND noninteractive
WORKDIR /conjure

Expand Down Expand Up @@ -81,7 +81,7 @@ RUN tests/allsolvers/test.sh
################################################################################
# Second stage: Copying the binaries

FROM ubuntu:23.10
FROM ubuntu:24.10
WORKDIR /conjure
ENV PATH /root/.local/bin:$PATH
ENV LD_LIBRARY_PATH /root/.local/bin/lib:$LD_LIBRARY_PATH
Expand Down

0 comments on commit 43b1813

Please sign in to comment.