Skip to content

Commit

Permalink
bump to golang 1.16
Browse files Browse the repository at this point in the history
closes tj#36
closes datacharmer/dbdeployer#132

Just copying off d62cc32
  • Loading branch information
grooverdan authored Apr 16, 2021
1 parent bffcba3 commit 8a4e6ce
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,7 +1,7 @@
FROM golang:1.15
FROM golang:1.16
WORKDIR /app
COPY go.* ./
RUN go mod download
COPY . ./
RUN go build -o /server cmd/gobinaries-api/main.go
CMD [ "/server" ]
CMD [ "/server" ]

0 comments on commit 8a4e6ce

Please sign in to comment.