Skip to content
Closed
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 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
Expand Down