Skip to content

Commit d199eae

Browse files
committed
fix issue-17
1 parent 6da07f0 commit d199eae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:latest as builder
1+
FROM golang:1.21 AS builder
22
ARG GOPROXY=https://goproxy.cn
33
COPY . /src
44
RUN apt-get update && apt install -y protobuf-compiler git && \

0 commit comments

Comments
 (0)