From 5d5e28342aad4f8a9dc9a351897d79b614f8c0a2 Mon Sep 17 00:00:00 2001 From: Jake Gold Date: Wed, 21 Feb 2024 19:24:19 -0800 Subject: [PATCH] correct atproto reference --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f9f09a..855ccf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,5 +27,5 @@ ENV UV_USE_IO_URING=0 CMD ["node", "--enable-source-maps", "index.js"] LABEL org.opencontainers.image.source=https://github.com/bluesky-social/pds -LABEL org.opencontainers.image.description="ATP Personal Data Server (PDS)" +LABEL org.opencontainers.image.description="AT Protocol PDS" LABEL org.opencontainers.image.licenses=MIT