Skip to content

Commit

Permalink
Merge pull request #15 from razorpay/dockerfile-fix
Browse files Browse the repository at this point in the history
Fix dockerfile
  • Loading branch information
vishu-25 authored Nov 19, 2024
2 parents cca792a + 5a3f119 commit c316208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23-alpine3.20
FROM golang:1.21.1-alpine3.18

RUN apk update; apk add make git curl bash jq aws-cli

Expand Down

0 comments on commit c316208

Please sign in to comment.