Skip to content

Commit

Permalink
Bump Go version + fix goreleaser version.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Apr 23, 2024
1 parent 6a9beb1 commit 129c86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-devel
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM golang:1.18-alpine
FROM golang:1.22-alpine

ENV PROJECT_PATH=/chirpstack-v3-to-v4

RUN apk add --no-cache make git bash
RUN go install github.com/goreleaser/goreleaser@latest
RUN go install github.com/goreleaser/goreleaser@v1.25.1
RUN git config --global --add safe.directory $PROJECT_PATH

RUN mkdir -p $PROJECT_PATH
Expand Down

0 comments on commit 129c86e

Please sign in to comment.