diff --git a/Dockerfile b/Dockerfile index 272e60e..ef16b52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ RUN cd ${GOPATH}/src/github.com/infobloxopen && git clone --single-branch --bran COPY third_party/ /out/protos/go/src RUN find ${GOPATH}/src -name "*.proto" -exec cp --parents {} /out/protos \; -FROM alpine:3.15 +FROM alpine:3.20 RUN apk add --no-cache libstdc++ protobuf-dev COPY --from=builder /out/usr /usr COPY --from=builder /out/protos /