diff --git a/Dockerfile b/Dockerfile index fd24cd0..3b50566 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY . ./ RUN GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o /gowatch -FROM golang:1.19-alpine AS base +FROM alpine AS base WORKDIR /app diff --git a/todo.md b/todo.md index 81f7377..78ff336 100644 --- a/todo.md +++ b/todo.md @@ -3,7 +3,8 @@ - run/fix staticcheck - add browserless support ? - show startup warnings on page? -- try to make docker image smaller +- ~~try to make docker image smaller~~ + - test if things still work - add compose templates for: - sqlite - sqlite+apprise