This commit is contained in:
parent
d9dfe79be3
commit
7facce4589
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ ADD . /go/lockserver
|
|||
WORKDIR /go/lockserver
|
||||
RUN CGO_ENABLED=0 go build .
|
||||
|
||||
FROM scratch
|
||||
FROM library/alpine
|
||||
COPY --from=build /go/lockserver/lockserver /lockserver
|
||||
ENTRYPOINT ["/lockserver"]
|
||||
|
|
Loading…
Reference in a new issue