Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from jeffreybshaw/update-go-package-version
Browse files Browse the repository at this point in the history
Update go package version
  • Loading branch information
garyloug authored Apr 25, 2022
2 parents 1401655 + 01872cb commit 4413065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/amd64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apk --no-cache -U add libbpf=0.4.0-r0
FROM bpf as builder
COPY . /usr/src/afxdp_k8s_plugins
WORKDIR /usr/src/afxdp_k8s_plugins
RUN apk add --no-cache go=1.16.10-r0 make=4.3-r0 libbsd-dev=0.11.3-r0 libbpf-dev=0.4.0-r0 \
RUN apk add --no-cache go=1.16.15-r0 make=4.3-r0 libbsd-dev=0.11.3-r0 libbpf-dev=0.4.0-r0 \
&& make builddp

FROM bpf
Expand Down

0 comments on commit 4413065

Please sign in to comment.