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.
1 parent 2082466 commit e3b110aCopy full SHA for e3b110a
Dockerfile
@@ -21,7 +21,7 @@ RUN go mod download
21
22
COPY . .
23
COPY --from=builder /build/dist ./web/dist
24
-RUN go build -ldflags "-s -w -X gpt-load/internal/version.Version=1.0.17-mobile-test" -o gpt-load
+RUN go build -ldflags "-s -w -X gpt-load/internal/version.Version=${VERSION}" -o gpt-load
25
26
27
FROM alpine
0 commit comments