From c4ae6183f2af694b6911d1ab7e561c5b2ff9f348 Mon Sep 17 00:00:00 2001 From: Julian Mundhahs Date: Sun, 4 Feb 2024 12:08:06 +0100 Subject: [PATCH] Fix typo --- dockerfiles/Dockerfile | 2 +- dockerfiles/Dockerfile.self-contained | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index 42fb9a9ca..7875bfb20 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -12,7 +12,7 @@ LABEL "org.opencontainers.image.url"="https://containrrr.dev/watchtower/" \ "org.opencontainers.image.licenses"="Apache-2.0" \ # unsure about capitalization "org.opencontainers.image.title"="watchtower" \ - "org.opencontainers.image.title"="A process for automating Docker container base image updates." \ + "org.opencontainers.image.description"="A process for automating Docker container base image updates." \ # The version might be forgotten. The version could be extraced into a `ARG` before the initial `FROM` or removed. "org.opencontainers.image.base.name"="alpine:3.19.0" diff --git a/dockerfiles/Dockerfile.self-contained b/dockerfiles/Dockerfile.self-contained index 7e56f9f24..45017d394 100644 --- a/dockerfiles/Dockerfile.self-contained +++ b/dockerfiles/Dockerfile.self-contained @@ -34,7 +34,7 @@ LABEL "org.opencontainers.image.url"="https://containrrr.dev/watchtower/" \ "org.opencontainers.image.source"="https://github.com/containrrr/watchtower" \ "org.opencontainers.image.licenses"="Apache-2.0" \ "org.opencontainers.image.title"="watchtower" \ - "org.opencontainers.image.title"="A process for automating Docker container base image updates." \ + "org.opencontainers.image.description"="A process for automating Docker container base image updates." \ "org.opencontainers.image.base.name"="alpine" # copy files from other container