use alpine (#34)

This commit is contained in:
Tyr Mactire 2022-07-26 23:29:23 -07:00 committed by GitHub
parent c027d3faff
commit 1bd93308c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
FROM scratch
FROM alpine
ENTRYPOINT ["/relay"]
COPY relay /

View File

@ -2,7 +2,7 @@ package migrations
import (
"context"
models "github.com/feditools/relay/internal/db/bun/migrations/20220426162151_init"
models "github.com/feditools/relay/internal/db/bun/migrations/20220426162151_v0.1.0"
"github.com/uptrace/bun"
)