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
14
14
15
15
ARG TARGETARCH=amd64
16
16
17
- FROM alpine:3.18 as protoc_builder
17
+ FROM alpine:3.22 as protoc_builder
18
18
RUN apk add --no-cache build-base curl automake autoconf libtool git zlib-dev linux-headers cmake ninja
19
19
20
20
RUN mkdir -p /out
@@ -120,7 +120,7 @@ RUN mkdir -p ${GOPATH}/src/github.com/grpc-ecosystem/grpc-gateway && \
120
120
mkdir -p /out/usr/include/protoc-gen-openapiv2/options && \
121
121
install -D $(find ./protoc-gen-openapiv2/options -name '*.proto' ) -t /out/usr/include/protoc-gen-openapiv2/options
122
122
123
- FROM alpine:3.18 as packer
123
+ FROM alpine:3.22 as packer
124
124
RUN apk add --no-cache curl
125
125
126
126
ARG UPX_VERSION
@@ -146,7 +146,7 @@ RUN upx --lzma $(find /out/usr/bin/ \
146
146
RUN find /out -name "*.a" -delete -or -name "*.la" -delete
147
147
148
148
149
- FROM alpine:3.18
149
+ FROM alpine:3.22
150
150
LABEL maintainer="The OpenTelemetry Authors"
151
151
COPY --from=packer /out/ /
152
152
RUN apk add --no-cache bash libstdc++ && \
You can’t perform that action at this time.
0 commit comments