Skip to content

Commit c78e26d

Browse files
committedMay 29, 2024
Fix Dockerfile
1 parent 6c1939d commit c78e26d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM golang:1-bookworm as builder
22

3+
# Install GoReleaser
4+
RUN wget https://github.com/goreleaser/goreleaser/releases/download/v1.26.2/goreleaser_1.26.2_amd64.deb
5+
RUN dpkg -i goreleaser_1.26.2_amd64.deb
6+
37
# Create and change to the app directory.
48
WORKDIR /app
59

0 commit comments

Comments
 (0)