From ab1725d42e58b19a0a8c3a810b61f7afb4209268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 02:59:04 +0000 Subject: [PATCH] Bump python in /docker-build Bumps python from 3.9.12-slim-bullseye to 3.11.3-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..5deaa45d7 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.3-slim-bullseye ARG DEBIAN_FRONTEND=noninteractive ENV TZ=UTC