pin goreleaser version

This commit is contained in:
Umputun 2024-02-01 15:28:20 -06:00
parent 631244671a
commit 8f2bfdc838
2 changed files with 2 additions and 1 deletions

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
dist/

View File

@ -1,4 +1,4 @@
FROM goreleaser/goreleaser as build
FROM goreleaser/goreleaser:v1.14.0 as build
WORKDIR /build
ADD . /build