db-wait/Dockerfile
Markus Pesch 4c7ce56f1b
Some checks failed
Markdown linter / markdown-lint (push) Successful in 13s
Golang Tests / unittest (push) Successful in 33s
Release / release (push) Failing after 4m54s
Release / sync-to-hub-docker-io (push) Has been skipped
feat: use goreleaser
2025-05-31 21:26:20 +02:00

6 lines
105 B
Docker

FROM docker.io/library/alpine:3.22.0
COPY db-wait-* /usr/bin/db-wait
ENTRYPOINT [ "/usr/bin/db-wait" ]