Skip to content
Snippets Groups Projects
Unverified Commit d184cd02 authored by Joel Takvorian's avatar Joel Takvorian Committed by GitHub
Browse files

bump fedora 42 (#675)

parent fa519543
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ metadata: ...@@ -7,7 +7,7 @@ metadata:
spec: spec:
containers: containers:
- name: fedora - name: fedora
image: fedora:39 image: fedora:42
command: command:
- sh - sh
- -c - -c
......
...@@ -8,7 +8,7 @@ COPY . . ...@@ -8,7 +8,7 @@ COPY . .
RUN go build -mod vendor examples/performance/server/packet-counter-collector.go RUN go build -mod vendor examples/performance/server/packet-counter-collector.go
FROM fedora:39 FROM fedora:42
WORKDIR / WORKDIR /
COPY --from=builder /app/packet-counter-collector . COPY --from=builder /app/packet-counter-collector .
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
FROM fedora:40 FROM fedora:42
ARG GOVERSION="1.23.4" ARG GOVERSION="1.23.4"
ARG PROTOCVERSION ARG PROTOCVERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment