From d7dac68d9b30fbc3e418ae99ceab042d9d4ae565 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Thu, 18 Jan 2024 05:24:24 -0600 Subject: [PATCH] =?UTF-8?q?Update=20go.mod=20and=20go.sum=20to=20latest=20?= =?UTF-8?q?version=20from=20networkservicemesh/go=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ec9017..e724ffa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG VPP_VERSION=v23.10-rc0-168-g44030611e +ARG VPP_VERSION=v23.10-rc0-168-gb38c0f711 FROM ghcr.io/networkservicemesh/govpp/vpp:${VPP_VERSION} as go COPY --from=golang:1.20.12 /usr/local/go/ /go ENV PATH ${PATH}:/go/bin