Explorar el Código

Disable upgrading dependencies on container building

at-2021
JustAnotherArchivist hace 2 meses
padre
commit
ced402e4b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Containerfile

+ 1
- 1
Containerfile Ver fichero

@@ -12,7 +12,7 @@ WORKDIR /go/src/github.com/dutchcoders/transfer.sh
ENV GO111MODULE=on

# build & install server
RUN go get -u ./... && CGO_ENABLED=0 go build -ldflags -a -tags netgo -ldflags '-w -extldflags "-static"' -o /go/bin/transfersh github.com/dutchcoders/transfer.sh
RUN go get ./... && CGO_ENABLED=0 go build -ldflags -a -tags netgo -ldflags '-w -extldflags "-static"' -o /go/bin/transfersh github.com/dutchcoders/transfer.sh

FROM scratch AS final
LABEL maintainer="Andrea Spacca <andrea.spacca@gmail.com>"


Cargando…
Cancelar
Guardar