Skip to content

Commit

Permalink
Bump ubuntu from 22.04 to 24.04 (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent 2d687da commit 7239a2c
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 @@ -53,7 +53,7 @@ RUN PLUGINS=$(find "$PLUGINS_DIR" -mindepth 1 -maxdepth 1 -type d) && \
cp -r core/pb /pb

# Stage bess: creates the runtime image of BESS
FROM ubuntu:22.04 AS bess
FROM ubuntu:24.04 AS bess
WORKDIR /
COPY requirements.txt .
RUN apt-get update && apt-get install -y \
Expand All @@ -66,7 +66,7 @@ RUN apt-get update && apt-get install -y \
tcpdump && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
pip install --no-cache-dir -r requirements.txt
pip install --no-cache-dir --break-system-packages -r requirements.txt
COPY --from=bess-build /opt/bess /opt/bess
COPY --from=bess-build /bin/bessd /bin/bessd
COPY --from=bess-build /bin/modules /bin/modules
Expand Down

0 comments on commit 7239a2c

Please sign in to comment.