Skip to content

Commit

Permalink
Update imposm3 to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed Oct 6, 2024
1 parent 80f481f commit 7cb3086
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
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.21-bookworm AS build

RUN apt-get update && apt-get install -y libgeos++-dev libleveldb-dev

RUN go install -tags="ldbpost121" github.com/omniscale/imposm3/cmd/imposm@v0.11.1
RUN go install -tags="ldbpost121" github.com/omniscale/imposm3/cmd/imposm@v0.14.0

FROM gcr.io/distroless/cc-debian12

Expand Down

0 comments on commit 7cb3086

Please sign in to comment.