Skip to content

Commit

Permalink
One more place to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Jun 30, 2021
1 parent 5fbaad7 commit c1ef8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN go mod download
COPY . .
RUN git rev-parse --short HEAD
RUN GIT_COMMIT=$(git rev-parse --short HEAD) && \
go build -ldflags "-X siderite/cmd.GitCommit=${GIT_COMMIT}" -o siderite cli/main.go
go build -ldflags "-X siderite/cmd.GitCommit=${GIT_COMMIT}" -o siderite .

FROM golang:1.16.3-buster
LABEL maintainer="andy.lo-a-foe@philips.com"
Expand Down

0 comments on commit c1ef8fd

Please sign in to comment.