Skip to content

Commit

Permalink
Bump ligato/vpp-base from daa54ff to 9ff37c0 in /docker/userspacecni
Browse files Browse the repository at this point in the history
Bumps ligato/vpp-base from `daa54ff` to `9ff37c0`.

---
updated-dependencies:
- dependency-name: ligato/vpp-base
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 452bb9d commit ca6f3e7
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:24.02@sha256:daa54ffefce805a2da087f5577d5a6644d41ab3748bde3d9a2c39b0f507019f5 as builder
FROM ligato/vpp-base:24.02@sha256:9ff37c0ce031c6782f021788321617620da2de9c046d268734593c1056d700eb 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:24.02@sha256:daa54ffefce805a2da087f5577d5a6644d41ab3748bde3d9a2c39b0f507019f5 as builder
FROM ligato/vpp-base:24.02@sha256:9ff37c0ce031c6782f021788321617620da2de9c046d268734593c1056d700eb 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 ca6f3e7

Please sign in to comment.