Skip to content

Commit 975cac3

Browse files
author
Vladislav Byrgazov
committed
Fix CVEs
Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com>
1 parent 140e075 commit 975cac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG VPP_VERSION=1765f014bc7fcc3b924019ec96350eb50bef629f
2-
ARG UBUNTU_VERSION=20.04
2+
ARG UBUNTU_VERSION=24.10
33
ARG GOVPP_VERSION=v0.8.0
44

55
FROM ubuntu:${UBUNTU_VERSION} as vppbuild
@@ -41,7 +41,7 @@ ENV GOBIN=/bin
4141
ARG GOVPP_VERSION
4242
RUN go install go.fd.io/govpp/cmd/binapi-generator@${GOVPP_VERSION}
4343

44-
FROM alpine:3.18 as gen
44+
FROM alpine:3.20 as gen
4545
COPY --from=vpp /usr/share/vpp/api/ /usr/share/vpp/api/
4646
COPY --from=binapi-generator /bin/binapi-generator /bin/binapi-generator
4747
COPY --from=vppbuild /vpp/VPP_VERSION /VPP_VERSION

0 commit comments

Comments
 (0)