Skip to content

Commit 1d358f5

Browse files
authored
Merge pull request #8 from razorpay/golang-version-upgrade
FIX-GOPROXY
2 parents ff5b326 + a2ed8e0 commit 1d358f5

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 public.ecr.aws/bitnami/golang
1+
FROM golang:1.21.1-alpine3.18
22

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

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

0 commit comments

Comments
 (0)