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 Jan 26, 2024
1 parent 9ef1ce7 commit 0e67c5a
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.1
ENV PROTOC_VERSION=25.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.5
ENV GO_VERSION=1.21.6
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 0e67c5a

Please sign in to comment.