Skip to content

Commit 7b0b6eb

Browse files
authored
Merge pull request #18 from optimism-java/fix-bugs
fix issue-17
2 parents 3525453 + d199eae commit 7b0b6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)