Skip to content

Commit

Permalink
Fix CVEs
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Byrgazov <[email protected]>
  • Loading branch information
Vladislav Byrgazov committed Sep 19, 2024
1 parent 140e075 commit 5088649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ENV GOBIN=/bin
ARG GOVPP_VERSION
RUN go install go.fd.io/govpp/cmd/binapi-generator@${GOVPP_VERSION}

FROM alpine:3.18 as gen
FROM alpine:3.20 as gen
COPY --from=vpp /usr/share/vpp/api/ /usr/share/vpp/api/
COPY --from=binapi-generator /bin/binapi-generator /bin/binapi-generator
COPY --from=vppbuild /vpp/VPP_VERSION /VPP_VERSION
Expand Down

0 comments on commit 5088649

Please sign in to comment.