Skip to content

Commit

Permalink
Update docker dev image to go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Oct 18, 2023
1 parent e792dbc commit 9c6fa66
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,4 +1,4 @@
FROM golang:1.20
FROM golang:1.21

WORKDIR /usr/src/app

Expand All @@ -9,4 +9,4 @@ RUN go mod download && go mod verify
COPY . .
RUN go build -v -o /usr/local/bin/app github.com/nyaruka/rp-indexer/v8/cmd/rp-indexer

CMD ["app"]
CMD ["app"]

0 comments on commit 9c6fa66

Please sign in to comment.