Skip to content

Commit 900ef79

Browse files
Bump alpine from 3.18 to 3.22 in /protobuf
Bumps alpine from 3.18 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56bad29 commit 900ef79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

protobuf/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG UPX_VERSION=4.0.2
1414

1515
ARG TARGETARCH=amd64
1616

17-
FROM alpine:3.18 as protoc_builder
17+
FROM alpine:3.22 as protoc_builder
1818
RUN apk add --no-cache build-base curl automake autoconf libtool git zlib-dev linux-headers cmake ninja
1919

2020
RUN 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
124124
RUN apk add --no-cache curl
125125

126126
ARG UPX_VERSION
@@ -146,7 +146,7 @@ RUN upx --lzma $(find /out/usr/bin/ \
146146
RUN find /out -name "*.a" -delete -or -name "*.la" -delete
147147

148148

149-
FROM alpine:3.18
149+
FROM alpine:3.22
150150
LABEL maintainer="The OpenTelemetry Authors"
151151
COPY --from=packer /out/ /
152152
RUN apk add --no-cache bash libstdc++ && \

0 commit comments

Comments
 (0)