Skip to content

Commit

Permalink
Bump ligato/vpp-base from b8814b5 to 20c5566 in /docker/userspace…
Browse files Browse the repository at this point in the history
…cni (#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>
  • Loading branch information
dependabot[bot] authored Jan 4, 2024
1 parent d9bf8c4 commit c302bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/userspacecni/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ligato/vpp-base:23.10@sha256:b8814b5cba87674a098de4eddcb5af6d6b19ddb59e68f0563b996136a632a34c as builder
FROM ligato/vpp-base:23.10@sha256:dd0f8c6eeb44bb562ea8ee37bef682498ae06380628398fd929fb60f8ada4a6c as builder
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
COPY . /root/userspace-cni-network-plugin
WORKDIR /root/userspace-cni-network-plugin
Expand Down
2 changes: 1 addition & 1 deletion docker/userspacecni/Dockerfile.unittest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ligato/vpp-base:23.10@sha256:b8814b5cba87674a098de4eddcb5af6d6b19ddb59e68f0563b996136a632a34c as builder
FROM ligato/vpp-base:23.10@sha256:dd0f8c6eeb44bb562ea8ee37bef682498ae06380628398fd929fb60f8ada4a6c as builder
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
COPY . /root/userspace-cni-network-plugin
WORKDIR /root/userspace-cni-network-plugin
Expand Down

0 comments on commit c302bef

Please sign in to comment.