Skip to content

Commit 96a1c07

Browse files
chore(deps): update all dependencies
Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
1 parent f24c556 commit 96a1c07

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-n-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616

1717
- name: Build Image
1818
id: build-image

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- run: bash -n contrib/*

Containerfile.wasp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder stage
2-
FROM fedora:42 as builder
2+
FROM fedora:45 as builder
33

44
# Install necessary tools for building
55
RUN dnf update -y && dnf install -y \
@@ -22,7 +22,7 @@ WORKDIR /workdir/app
2222
RUN make wasp
2323

2424
# Final stage
25-
FROM fedora:38
25+
FROM fedora:45
2626

2727
# Copy the binary from the builder stage to the final image
2828
COPY --from=builder /workdir/app/wasp /app/wasp

cluster-up/cluster/kind-sriov/sriov-components/manifests/multus/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resources:
44
- multus.yaml
55
images:
66
- name: ghcr.io/k8snetworkplumbingwg/multus-cni
7-
newTag: v3.8
7+
newTag: v3.9
88
patchesJson6902:
99
- path: patch-args.yaml
1010
target:

0 commit comments

Comments
 (0)