Skip to content

Commit 3776343

Browse files
committed
fix(docker): Outdated parameter name
1 parent 4743298 commit 3776343

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
@@ -12,7 +12,7 @@ RUN go mod tidy -diff
1212
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo \
1313
-ldflags "-X github.com/TwiN/gatus/v5/buildinfo.version=${VERSION} \
1414
-X github.com/TwiN/gatus/v5/buildinfo.revision=${REVISION} \
15-
-X github.com/TwiN/gatus/v5/buildinfo.date=${REVISION_DATE}" \
15+
-X github.com/TwiN/gatus/v5/buildinfo.revisionDate=${REVISION_DATE}" \
1616
-o gatus .
1717

1818
# Run Tests inside docker image if you don't have a configured go environment

0 commit comments

Comments
 (0)