Skip to content

Commit

Permalink
Bump alpine from 3.14 to 3.18 in /protobuf (#174)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.14 to 3.18.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 16, 2023
1 parent 657c24c commit 2be37c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protobuf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG UPX_VERSION=4.0.2

ARG TARGETARCH=amd64

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

RUN mkdir -p /out
Expand Down Expand Up @@ -130,7 +130,7 @@ RUN mkdir -p ${GOPATH}/src/github.com/atoulme/protoc-gen-parquet && \
mkdir -p /out/usr/include/protoc-gen-parquet/options && \
install -D $(find ./parquet_options -name '*.proto') -t /out/usr/include/protoc-gen-parquet/options

FROM alpine:3.14 as packer
FROM alpine:3.18 as packer
RUN apk add --no-cache curl

ARG UPX_VERSION
Expand All @@ -156,7 +156,7 @@ RUN upx --lzma $(find /out/usr/bin/ \
RUN find /out -name "*.a" -delete -or -name "*.la" -delete


FROM alpine:3.14
FROM alpine:3.18
LABEL maintainer="The OpenTelemetry Authors"
COPY --from=packer /out/ /
RUN apk add --no-cache bash libstdc++ && \
Expand Down

0 comments on commit 2be37c6

Please sign in to comment.