From 7ab94338d51a15e64481fab723a9c1e8cb4318ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 02:45:52 +0000 Subject: [PATCH] Bump python in /docker-build Bumps python from 3.9.12-slim-bullseye to 3.11.5-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docker-build/Dockerfile.workerpython.debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-build/Dockerfile.workerpython.debian b/docker-build/Dockerfile.workerpython.debian index 5918396aa..894d37573 100644 --- a/docker-build/Dockerfile.workerpython.debian +++ b/docker-build/Dockerfile.workerpython.debian @@ -14,7 +14,7 @@ ARG SKAFFOLD_GO_GCFLAGS RUN CGO_ENABLED=0 go build -gcflags="${SKAFFOLD_GO_GCFLAGS}" -o dataplane-worker app/workers/worker.go -FROM python:3.9.12-slim-bullseye +FROM python:3.11.5-slim-bullseye ARG DEBIAN_FRONTEND=noninteractive ENV TZ=UTC