From 6c9486291eb9f077f482067b3c8f35de841f7c25 Mon Sep 17 00:00:00 2001 From: Brandon Cook Date: Wed, 29 Jan 2025 11:28:56 +0100 Subject: [PATCH] [UT-5995] Update protoc image to latest alpine and buf version --- protoc/Dockerfile | 4 ++-- protoc/version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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