diff options
author | Paramtamtam <[email protected]> | 2020-12-08 11:56:14 +0500 |
---|---|---|
committer | Paramtamtam <[email protected]> | 2020-12-08 11:56:14 +0500 |
commit | 243b8400032fdc3b6083ea80e7370902d7b33bcf (patch) | |
tree | 9ff3442e1d07f560ad18f9899286336cf089ea72 /Dockerfile | |
parent | 8ca02f90b443947a26b71efebac911b2af3b3ae1 (diff) |
Dockerfile updated
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ WORKDIR /src RUN set -x \ && go mod download \ && go mod verify \ - && GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags "$LDFLAGS" -o ./rr ./cmd/rr/main.go + && CGO_ENABLED=0 go build -trimpath -ldflags "$LDFLAGS" -o ./rr ./cmd/rr/main.go # Image page: <https://hub.docker.com/_/alpine> FROM alpine:3.12 |