We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3525453 + d199eae commit 7b0b6ebCopy full SHA for 7b0b6eb
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:latest as builder
+FROM golang:1.21 AS builder
2
ARG GOPROXY=https://goproxy.cn
3
COPY . /src
4
RUN apt-get update && apt install -y protobuf-compiler git && \
0 commit comments