graphql-engine/cli/build/builder.dockerfile
Naveen Naidu f0e6c51e79 cli: upgrade go-git to v5.4.2 and go version to 1.18
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10741
Co-authored-by: Aravind K P <8335904+scriptonist@users.noreply.github.com>
Co-authored-by: Mohd Bilal <24944223+m-Bilal@users.noreply.github.com>
GitOrigin-RevId: 1008b4abfb0fe12c5c7fdbdbe47a0820435b595c
2024-03-25 11:25:31 +00:00

5 lines
110 B
Docker

FROM golang:1.18-bullseye
# setup the working directory
WORKDIR /go/src/github.com/hasura/graphql-engine/cli