From 0e9a1bdef51adba93133925553bdb43ab2c51234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 07:27:37 +0000 Subject: [PATCH] Bump golang from 1.20.5 to 1.21.3 Bumps golang from 1.20.5 to 1.21.3. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c05c624f6..1beb5c280 100644 --- a/Dockerfile +++ b/Dockerfile @@ -114,7 +114,7 @@ WORKDIR /opt/bess/bessctl ENTRYPOINT ["bessd", "-f"] # Stage build bess golang pb -FROM golang:1.20.5 AS protoc-gen +FROM golang:1.21.3 AS protoc-gen RUN go install github.com/golang/protobuf/protoc-gen-go@latest FROM bess-deps AS go-pb @@ -132,7 +132,7 @@ RUN mkdir /bess_pb && \ --python_out=plugins=grpc:/bess_pb \ --grpc_python_out=/bess_pb -FROM golang:1.20.5 AS pfcpiface-build +FROM golang:1.21.3 AS pfcpiface-build ARG GOFLAGS WORKDIR /pfcpiface