We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88a0d8c + ddf5384 commit d9650c6Copy full SHA for d9650c6
quickstarts/05-multi-agent-workflow-k8s/services/legolas/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:12-slim@sha256:1209d8fd77def86ceb6663deef7956481cc6c14a25e1e64daec12c0ceffcc19d AS build
+FROM debian:12-slim@sha256:e899040a73d36e2b36fa33216943539d9957cba8172b858097c2cabcdb20a3e2 AS build
2
RUN apt-get update && \
3
apt-get install --no-install-suggests --no-install-recommends --yes python3-venv gcc libpython3-dev && \
4
python3.11 -m venv /venv && \
0 commit comments