Skip to content

Commit

Permalink
Bump python from 3.8-slim to 3.9.3-slim
Browse files Browse the repository at this point in the history
Bumps python from 3.8-slim to 3.9.3-slim.

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and krsna1729 committed Apr 5, 2021
1 parent 3af37ba commit 4e333bb
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 @@ -68,12 +68,12 @@ RUN ./build_bess.sh && \
cp -a protobuf /protobuf

# Stage pip: compile psutil
FROM python:3.8-slim AS pip
FROM python:3.9.3-slim AS pip
RUN apt-get update && apt-get install -y gcc
RUN pip install --no-cache-dir psutil

# Stage bess: creates the runtime image of BESS
FROM python:3.8-slim AS bess
FROM python:3.9.3-slim AS bess
RUN apt-get update && \
apt-get install -y --no-install-recommends \
libgraph-easy-perl \
Expand Down

0 comments on commit 4e333bb

Please sign in to comment.