Skip to content

Commit 2b6dd6f

Browse files
Bump alpine from 3.18 to 3.23 in /protobuf
Bumps alpine from 3.18 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60ca142 commit 2b6dd6f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.23 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.23 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.23
150150
LABEL maintainer="The OpenTelemetry Authors"
151151
COPY --from=packer /out/ /
152152
RUN apk add --no-cache bash libstdc++ && \

0 commit comments

Comments
 (0)