diff --git a/Dockerfile b/Dockerfile index 06dd1bb..bb2d35a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,11 @@ FROM thegeeklab/alpine -LABEL maintainer="Robert Kaussow " \ - org.label-schema.name="bitwardenrs" \ - org.label-schema.vcs-url="https://gitea.rknet.org/docker/bitwardenrs" \ - org.label-schema.vendor="Robert Kaussow" \ - org.label-schema.schema-version="1.0" +LABEL maintainer="Robert Kaussow " +LABEL org.opencontainers.image.authors="Robert Kaussow " +LABEL org.opencontainers.image.title="bitwardenrs" +LABEL org.opencontainers.image.url="https://gitea.rknet.org/docker/bitwardenrs" +LABEL org.opencontainers.image.source="https://gitea.rknet.org/docker/bitwardenrs" +LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/bitwardenrs" ARG VAULT_VERSION # renovate: datasource=github-releases depName=dani-garcia/bw_web_builds