diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 8a7837d..2666692 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/library/alpine:3.17 -LABEL org.opencontainers.image.description="Minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size!" +LABEL org.opencontainers.image.description "Minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size!" ARG APK_TESTING RUN set -ex; \