We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff5b326 + a2ed8e0 commit 1d358f5Copy full SHA for 1d358f5
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM public.ecr.aws/bitnami/golang
+FROM golang:1.21.1-alpine3.18
2
3
-RUN apt update; apt install -y make git curl bash jq awscli
+RUN apk update; apk add make git curl bash jq aws-cli
4
5
RUN go install github.com/grpc-ecosystem/grpc-gateway/v2/[email protected]
6
RUN go install google.golang.org/protobuf/cmd/[email protected]
0 commit comments