From 6c84ff4c8872556d8ca4d3d09a86173ea055700d Mon Sep 17 00:00:00 2001 From: "Arrobo, Gabriel" Date: Mon, 7 Oct 2024 11:03:07 -0700 Subject: [PATCH] Align `golang` image used here with the rest of the `CP` NFs Signed-off-by: Arrobo, Gabriel --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2049de20e..33293d5a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -102,7 +102,7 @@ WORKDIR /opt/bess/bessctl ENTRYPOINT ["bessd", "-f"] # Stage build bess golang pb -FROM golang:1.23.2 AS protoc-gen +FROM golang:1.23.2-bookworm AS protoc-gen RUN go install github.com/golang/protobuf/protoc-gen-go@latest FROM bess-build AS go-pb @@ -120,7 +120,7 @@ RUN mkdir /bess_pb && \ --python_out=plugins=grpc:/bess_pb \ --grpc_python_out=/bess_pb -FROM golang:1.23.2 AS pfcpiface-build +FROM golang:1.23.2-bookworm AS pfcpiface-build ARG GOFLAGS WORKDIR /pfcpiface