-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UT-5995] Update protoc image to latest alpine and buf version
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
FROM alpine:3.15 | ||
FROM alpine:3.21 | ||
LABEL maintainer="SafetyCulture <[email protected]>" | ||
|
||
RUN apk add --no-cache protoc grpc | ||
RUN mkdir /defs | ||
|
||
COPY --from=bufbuild/buf:1.8.0 /usr/local/bin/buf /usr/local/bin/buf | ||
COPY --from=bufbuild/buf:1.50.0 /usr/local/bin/buf /usr/local/bin/buf | ||
|
||
# Setup directories for the volumes that should be used | ||
WORKDIR /defs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.14.1 | ||
1.15.0 |