We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43f5b01 + 0e2cda7 commit ba54d12Copy full SHA for ba54d12
Dockerfile
@@ -10,7 +10,7 @@ COPY qubership-apihub-service qubership-apihub-service
10
11
WORKDIR /workspace/qubership-apihub-service
12
13
-RUN set GOSUMDB=off && set CGO_ENABLED=0 && go mod tidy && go mod download && go GOOS=${TARGETOS} GOARCH=${TARGETARCH} build .
+RUN set GOSUMDB=off && set CGO_ENABLED=0 && go mod tidy && go mod download && GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build .
14
15
FROM docker.io/golang:1.23.4-alpine3.21
16
0 commit comments