1
1
mirror of https://github.com/bumi/lntip synced 2026-02-16 14:07:51 +00:00

Update Dockerfile

This commit is contained in:
Aaron Dewes
2021-10-27 15:57:55 +01:00
committed by GitHub
parent 2b095bbba3
commit e3bf2c0537

View File

@@ -11,7 +11,7 @@ RUN go install
RUN rice embed-go && go build
FROM golang:1.17-alpine
FROM alpine:3.14
COPY --from=builder /app/lnme /lnme