Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down