diff --git a/Dockerfile b/Dockerfile index 2e2c8b2..7e3f49a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,6 @@ ARG BUILD_DATE ARG APP_VERSION LABEL org.opencontainers.image.authors='Knut Ahlers ' \ - org.opencontainers.image.created=$BUILD_DATE \ org.opencontainers.image.version=$APP_VERSION \ org.opencontainers.image.url='https://hub.docker.com/r/luzifer/ots/' \ org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \ diff --git a/Dockerfile.minimal b/Dockerfile.minimal index 50032a3..d9f2777 100644 --- a/Dockerfile.minimal +++ b/Dockerfile.minimal @@ -29,7 +29,6 @@ ARG BUILD_DATE ARG APP_VERSION LABEL org.opencontainers.image.authors='Knut Ahlers ' \ - org.opencontainers.image.created=$BUILD_DATE \ org.opencontainers.image.version $APP_VERSION \ org.opencontainers.image.url='https://hub.docker.com/r/luzifer/ots/' \ org.opencontainers.image.documentation='https://github.com/Luzifer/ots/wiki' \