Skip to content

Commit

Permalink
Set version for [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 26, 2024
1 parent 907c96d commit 11aa980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/tiler-imposm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ ENV PATH $PATH:/usr/local/go/bin

WORKDIR /go
ENV GOPATH /go
RUN go get github.com/omniscale/imposm3
RUN go install github.com/omniscale/imposm3/cmd/imposm
RUN go get github.com/omniscale/imposm3@v0.11.1
RUN go install github.com/omniscale/imposm3/cmd/imposm@v0.11.1
ENV PATH $PATH:$GOPATH/bin

# Install awscli and gsutil to get the pbf file
Expand Down

0 comments on commit 11aa980

Please sign in to comment.