From 08437dcbf5ee8a518c4264f99b03684279ac280e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 22:19:14 +0000 Subject: [PATCH] Bump python from 3.9.18-bookworm to 3.11.5-bookworm in /docker-build Bumps python from 3.9.18-bookworm to 3.11.5-bookworm. --- 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 8931b3416..52548d355 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.18-bookworm +FROM python:3.11.5-bookworm ARG DEBIAN_FRONTEND=noninteractive ENV TZ=UTC