Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and krsna1729 committed Sep 4, 2021
1 parent 75e7bf5 commit 164bdfd
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 @@ -63,7 +63,7 @@ RUN ./build_bess.sh && \
cp -a protobuf /protobuf

# Stage bess: creates the runtime image of BESS
FROM python:3.9.6-slim AS bess
FROM python:3.9.7-slim AS bess
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc \
Expand Down

0 comments on commit 164bdfd

Please sign in to comment.