Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-build/Dockerfile.workerpython.debian
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down