From b3065188b8d67bf75112e23a9aa6fe676215a4b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:23:09 -0500 Subject: [PATCH] Bump python from 3.11.3-slim to 3.12.0-slim (#718) Bumps python from 3.11.3-slim to 3.12.0-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd9a4a1c6..c05c624f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,7 +65,7 @@ RUN ./build_bess.sh && \ cp -r core/pb /pb # Stage bess: creates the runtime image of BESS -FROM python:3.11.3-slim AS bess +FROM python:3.12.0-slim AS bess COPY requirements.txt . RUN apt-get update && \ apt-get install -y --no-install-recommends \