diff --git a/.drone.yml b/.drone.yml index 4577a9e..e64b366 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,6 @@ pipeline: image: plugins/docker repo: bunix42/drone-sendxmpp tags: - - 0.0.1 + - 0.1.0 - latest secrets: [ docker_username, docker_password ] diff --git a/Dockerfile b/Dockerfile index b130bdb..6ad3862 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian -MAINTAINER hanjo@bunix.de +LABEL maintainer="hanjo@bunix.de" RUN apt-get update && apt-get install -y \ sendxmpp \