Skip to content

Commit

Permalink
Update ubuntu Docker tag to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 26, 2024
1 parent 5cbf500 commit bd9ddc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.server
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy as builder
FROM ubuntu:noble as builder

ARG PIP_INDEX_URL
ARG PIP_TRUSTED_HOST
Expand All @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y curl python3-dev gcc git g++ libc6-dev
RUN pip install -U pip
RUN --mount=type=tmpfs,target=/root/.cargo /bin/bash -c 'curl https://sh.rustup.rs -sSf | bash -s -- -y && source ~/.cargo/env && MAKEFLAGS="-j $(nproc)" pip install . -v'

FROM ubuntu:jammy
FROM ubuntu:noble

COPY --from=builder /usr/local /usr/local

Expand Down

0 comments on commit bd9ddc3

Please sign in to comment.