Skip to content

Commit e3b110a

Browse files
authored
Update Dockerfile
1 parent 2082466 commit e3b110a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN go mod download
2121

2222
COPY . .
2323
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
24+
RUN go build -ldflags "-s -w -X gpt-load/internal/version.Version=${VERSION}" -o gpt-load
2525

2626

2727
FROM alpine

0 commit comments

Comments
 (0)