Skip to content

Commit

Permalink
Bump ligato/vpp-base from 24.02 to 24.06 in /docker/userspacecni
Browse files Browse the repository at this point in the history
Bumps ligato/vpp-base from 24.02 to 24.06.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent da67f2b commit 59b6a73
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.06@sha256:04091a4006c88a821199089dc2b94e952283ecc024fbc776714b2ccbab8504c0 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.06@sha256:04091a4006c88a821199089dc2b94e952283ecc024fbc776714b2ccbab8504c0 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 59b6a73

Please sign in to comment.