Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit c302bef

Browse files
Bump ligato/vpp-base from b8814b5 to 20c5566 in /docker/userspacecni (#256)
Bumps ligato/vpp-base from `b8814b5` to `20c5566`. --- updated-dependencies: - dependency-name: ligato/vpp-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9bf8c4 commit c302bef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docker/userspacecni/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ligato/vpp-base:23.10@sha256:b8814b5cba87674a098de4eddcb5af6d6b19ddb59e68f0563b996136a632a34c as builder
1+
FROM ligato/vpp-base:23.10@sha256:dd0f8c6eeb44bb562ea8ee37bef682498ae06380628398fd929fb60f8ada4a6c as builder
22
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
33
COPY . /root/userspace-cni-network-plugin
44
WORKDIR /root/userspace-cni-network-plugin

Diff for: docker/userspacecni/Dockerfile.unittest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ligato/vpp-base:23.10@sha256:b8814b5cba87674a098de4eddcb5af6d6b19ddb59e68f0563b996136a632a34c as builder
1+
FROM ligato/vpp-base:23.10@sha256:dd0f8c6eeb44bb562ea8ee37bef682498ae06380628398fd929fb60f8ada4a6c as builder
22
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
33
COPY . /root/userspace-cni-network-plugin
44
WORKDIR /root/userspace-cni-network-plugin

0 commit comments

Comments
 (0)