Skip to content

Commit

Permalink
chore: updated tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyewch committed Jul 15, 2024
1 parent 42c79af commit 5da303f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ RUN apt-get install -y curl unzip

RUN mkdir -p /opt/downloads

ENV PROTOC_VERSION=25.2
ENV PROTOC_VERSION=27.2
WORKDIR /opt/downloads
RUN curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOC_VERSION}/protoc-${PROTOC_VERSION}-linux-x86_64.zip
RUN unzip protoc-${PROTOC_VERSION}-linux-x86_64.zip -d /opt/protoc-${PROTOC_VERSION}
ENV PATH=/opt/protoc-${PROTOC_VERSION}/bin:$PATH

ENV GO_VERSION=1.21.6
ENV GO_VERSION=1.22.5
WORKDIR /opt/downloads
RUN curl -LO https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz
RUN tar -C /opt -xzf go${GO_VERSION}.linux-amd64.tar.gz
Expand Down

0 comments on commit 5da303f

Please sign in to comment.