Skip to content

Commit

Permalink
fix go build
Browse files Browse the repository at this point in the history
  • Loading branch information
consindo committed Feb 25, 2024
1 parent b86e96d commit 5096cfa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM golang:1.12-alpine as build
FROM golang:1.16-alpine as build
RUN apk add --no-cache git libc-dev
ENV GOPATH /go
ENV GOBIN=$GOPATH/bin
RUN go mod init waka
RUN go get -v github.com/patrickbr/gtfstidy

FROM node:alpine
Expand Down

0 comments on commit 5096cfa

Please sign in to comment.