File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ARG UPX_VERSION=4.0.2
1414
1515ARG TARGETARCH=amd64
1616
17- FROM alpine:3.18 as protoc_builder
17+ FROM alpine:3.22 as protoc_builder
1818RUN apk add --no-cache build-base curl automake autoconf libtool git zlib-dev linux-headers cmake ninja
1919
2020RUN mkdir -p /out
@@ -120,7 +120,7 @@ RUN mkdir -p ${GOPATH}/src/github.com/grpc-ecosystem/grpc-gateway && \
120120 mkdir -p /out/usr/include/protoc-gen-openapiv2/options && \
121121 install -D $(find ./protoc-gen-openapiv2/options -name '*.proto' ) -t /out/usr/include/protoc-gen-openapiv2/options
122122
123- FROM alpine:3.18 as packer
123+ FROM alpine:3.22 as packer
124124RUN apk add --no-cache curl
125125
126126ARG UPX_VERSION
@@ -146,7 +146,7 @@ RUN upx --lzma $(find /out/usr/bin/ \
146146RUN find /out -name "*.a" -delete -or -name "*.la" -delete
147147
148148
149- FROM alpine:3.18
149+ FROM alpine:3.22
150150LABEL maintainer="The OpenTelemetry Authors"
151151COPY --from=packer /out/ /
152152RUN apk add --no-cache bash libstdc++ && \
You can’t perform that action at this time.
0 commit comments