fix: update Dockerfile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2023-12-09 15:00:42 +01:00
parent 5e1c365205
commit 1b8f079506
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 4 additions and 1 deletions

View File

@ -13,13 +13,16 @@ RUN set -ex && \
FROM docker.io/library/alpine:3.19
ARG VERSION=latest
LABEL org.opencontainers.image.authors="Markus Pesch" \
org.opencontainers.image.description="Wait until database is ready for handling connections" \
org.opencontainers.image.documentation="https://git.cryptic.systems/volker.raschek/db-wait#db-wait" \
org.opencontainers.image.source="https://git.cryptic.systems/volker.raschek/db-wait" \
org.opencontainers.image.title="db-wait" \
org.opencontainers.image.url="https://git.cryptic.systems/volker.raschek/db-wait" \
org.opencontainers.image.vendor="Markus Pesch"
org.opencontainers.image.vendor="Markus Pesch" \
org.opencontainers.image.version="${VERSION}"
COPY --from=build /db-wait /