File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN go generate ./...
26
26
27
27
# Builds the application as a staticly linked one, to allow it to run on alpine
28
28
# RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -o app .
29
- RUN CGO_ENABLED=0 go build -a -installsuffix cgo -ldflags="-w -s -X github.com/capcom6/${APP} /internal/version.AppVersion=${APP_VERSION} -X github.com/capcom6/${APP} /internal/version.AppRelease=${APP_RELEASE_ID}" -o app ./cmd/${APP}/main.go
29
+ RUN CGO_ENABLED=0 go build -a -installsuffix cgo -ldflags="-w -s -X github.com/android-sms-gateway/server /internal/version.AppVersion=${APP_VERSION} -X github.com/android-sms-gateway/server /internal/version.AppRelease=${APP_RELEASE_ID}" -o app ./cmd/${APP}/main.go
30
30
31
31
# Moving the binary to the 'final Image' to make it smaller
32
32
FROM alpine:3 as prod
You can’t perform that action at this time.
0 commit comments