Skip to content

Commit 597658b

Browse files
author
krantideep95
authored
switch to golang:latest; use apt cmds to install tools (#3)
1 parent 08cefeb commit 597658b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM mirror.gcr.io/library/golang:1.16-alpine
1+
FROM mirror.gcr.io/library/golang
22

3-
RUN apk add make git curl bash jq aws-cli
3+
RUN apt update; apt install -y make git curl bash jq awscli
44

55
RUN go get github.com/grpc-ecosystem/grpc-gateway/v2/[email protected] google.golang.org/protobuf/cmd/[email protected]
66

0 commit comments

Comments
 (0)