We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9beb1 commit 129c86eCopy full SHA for 129c86e
Dockerfile-devel
@@ -1,9 +1,9 @@
1
-FROM golang:1.18-alpine
+FROM golang:1.22-alpine
2
3
ENV PROJECT_PATH=/chirpstack-v3-to-v4
4
5
RUN apk add --no-cache make git bash
6
-RUN go install github.com/goreleaser/goreleaser@latest
+RUN go install github.com/goreleaser/goreleaser@v1.25.1
7
RUN git config --global --add safe.directory $PROJECT_PATH
8
9
RUN mkdir -p $PROJECT_PATH
0 commit comments