Skip to content

Commit 7e92c0a

Browse files
committed
Codegen: bump fedora & golang
1 parent 95fe1f8 commit 7e92c0a

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

e2e/basic/manifests/pods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
containers:
99
- name: fedora
10-
image: fedora:42
10+
image: fedora:43
1111
command:
1212
- sh
1313
- -c

examples/performance/Dockerfile_packet_counter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . .
88

99
RUN go build -mod vendor examples/performance/server/packet-counter-collector.go
1010

11-
FROM fedora:42
11+
FROM fedora:43
1212

1313
WORKDIR /
1414
COPY --from=builder /app/packet-counter-collector .

pkg/ebpf/bpf_arm64_bpfel.o

0 Bytes
Binary file not shown.

pkg/ebpf/bpf_powerpc_bpfel.o

0 Bytes
Binary file not shown.

pkg/ebpf/bpf_s390_bpfeb.o

0 Bytes
Binary file not shown.

pkg/ebpf/bpf_x86_bpfel.o

0 Bytes
Binary file not shown.

scripts/generators.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM fedora:42
1+
FROM fedora:43
22

3-
ARG GOVERSION="1.25.3"
3+
ARG GOVERSION="1.25.7"
44
ARG PROTOCVERSION
55
ARG TARGETARCH="amd64"
66
ARG EXTENSION

0 commit comments

Comments
 (0)