Update Dockerfile

This commit is contained in:
Aaron Dewes 2021-10-27 15:57:55 +01:00 committed by GitHub
parent 2b095bbba3
commit e3bf2c0537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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