Skip to content

Commit

Permalink
deb: fix build
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed May 29, 2023
1 parent 44260f8 commit 479d142
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.18.5
ARG GO_VERSION=1.20.4
ARG DISTRO=ubuntu
ARG SUITE=focal

Expand All @@ -12,7 +12,9 @@ RUN mkdir -p /build

WORKDIR /build
ENV GOPROXY=https://proxy.golang.org|direct
ENV GO111MODULE=off
ENV GO111MODULE=on
ENV GOFLAGS="-mod=vendor"
ENV CGO_ENABLED="1"
ENV GOPATH=/build
ENV PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
COPY --from=golang /usr/local/go /usr/local/go
Expand Down

0 comments on commit 479d142

Please sign in to comment.