From 17c851da0ceb3c4692beb8d2d52ff6219d8a0c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 17:21:39 +0000 Subject: [PATCH] Bump golang from 1.22.2 to 1.22.3 (#809) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 766a8bb00..f58ea38cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -102,7 +102,7 @@ WORKDIR /opt/bess/bessctl ENTRYPOINT ["bessd", "-f"] # Stage build bess golang pb -FROM golang:1.22.2 AS protoc-gen +FROM golang:1.22.3 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.22.2 AS pfcpiface-build +FROM golang:1.22.3 AS pfcpiface-build ARG GOFLAGS WORKDIR /pfcpiface