From c40ee486f1242e667bcf944b9790239a786cd407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 02:02:02 +0000 Subject: [PATCH] Bump python from 3.9.18-bookworm to 3.12.0-bookworm in /docker-build Bumps python from 3.9.18-bookworm to 3.12.0-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 478447e79..45b91b058 100644 --- a/docker-build/Dockerfile.workerpython.debian +++ b/docker-build/Dockerfile.workerpython.debian @@ -14,7 +14,7 @@ ARG DATAPLANE_VERSION=latest RUN CGO_ENABLED=0 go build -ldflags "-X github.com/dataplane-app/dataplane/app/workers/config.Version=$DATAPLANE_VERSION" -o dataplane-worker app/workers/worker.go -FROM python:3.9.18-bookworm +FROM python:3.12.0-bookworm ARG DEBIAN_FRONTEND=noninteractive ENV TZ=UTC