We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da07f0 commit d199eaeCopy full SHA for d199eae
1 file changed
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