Skip to content

Commit

Permalink
Merge pull request #8 from razorpay/golang-version-upgrade
Browse files Browse the repository at this point in the history
FIX-GOPROXY
  • Loading branch information
sumitk03 authored Sep 29, 2023
2 parents ff5b326 + a2ed8e0 commit 1d358f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM public.ecr.aws/bitnami/golang
FROM golang:1.21.1-alpine3.18

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

RUN go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@v2.10.0
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28.0
Expand Down

0 comments on commit 1d358f5

Please sign in to comment.