diff --git a/Dockerfile b/Dockerfile index 548538c..ac62ab8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -87,8 +87,8 @@ RUN apt-get update && \ FROM debian:13-slim -LABEL org.opencontainers.image.title="ARM Embedded Development Environment" \ - org.opencontainers.image.description="Development environment for building and testing the Embedded Society's ARM Cortex-M libraries" \ +LABEL org.opencontainers.image.title="ARM Development Environment" \ + org.opencontainers.image.description="Development environment for building and testing the Embedded Society's ARM libraries" \ org.opencontainers.image.authors="The Embedded Society" \ org.opencontainers.image.source="https://github.com/embedded-society/arm-dev-env" \ org.opencontainers.image.vendor="https://github.com/embedded-society" \