Skip to content

Commit

Permalink
Bump ubuntu from 22.04 to 24.04
Browse files Browse the repository at this point in the history
Bumps ubuntu from 22.04 to 24.04.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent a45eb0b commit ef61ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit ef61ea1

Please sign in to comment.