diff --git a/protoc/Dockerfile b/protoc/Dockerfile index e84c7a6..84f45e8 100644 --- a/protoc/Dockerfile +++ b/protoc/Dockerfile @@ -1,10 +1,10 @@ -FROM alpine:3.15 +FROM alpine:3.21 LABEL maintainer="SafetyCulture " 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 diff --git a/protoc/version.txt b/protoc/version.txt index 63e799c..141f2e8 100644 --- a/protoc/version.txt +++ b/protoc/version.txt @@ -1 +1 @@ -1.14.1 +1.15.0