Skip to content

Commit 129c86e

Browse files
committed
Bump Go version + fix goreleaser version.
1 parent 6a9beb1 commit 129c86e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-devel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM golang:1.18-alpine
1+
FROM golang:1.22-alpine
22

33
ENV PROJECT_PATH=/chirpstack-v3-to-v4
44

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

99
RUN mkdir -p $PROJECT_PATH

0 commit comments

Comments
 (0)