Skip to content

Commit

Permalink
Bump alpine from 3.13.0 to 3.13.2 (#74)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.13.0 to 3.13.2.

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2021
1 parent 2f12d75 commit 03883db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN mkdir -p /out/protos && \
RUN upx --lzma \
/out/usr/bin/protoc-gen-*

FROM alpine:3.13.0
FROM alpine:3.13.2
RUN apk add --no-cache libstdc++ protobuf-dev
COPY --from=builder /out/usr /usr
COPY --from=builder /out/protos /
Expand Down

0 comments on commit 03883db

Please sign in to comment.