From 6fab7ebcac923cb56feed377f85e1df95f0cfd72 Mon Sep 17 00:00:00 2001 From: "rE-Bo0t.bx1" <54429050+r3bo0tbx1@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:47:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20update=20vendor=20label?= =?UTF-8?q?=20+=20Refs:=20be4f2bc12592abda8d3947190c61f378a5ac2fb6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🐳 Dockerfiles: match username in Dockerfile and Dockerfile.edge --- Dockerfile | 2 +- Dockerfile.edge | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index db5a566..92496e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ LABEL maintainer="rE-Bo0t.bx1 " \ org.opencontainers.image.source="https://github.com/r3bo0tbx1/tor-guard-relay" \ org.opencontainers.image.documentation="https://github.com/r3bo0tbx1/tor-guard-relay#readme" \ org.opencontainers.image.licenses="MIT" \ - org.opencontainers.image.vendor="r3bo0tbx1" \ + org.opencontainers.image.vendor="rE-Bo0t.bx1" \ org.opencontainers.image.authors="rE-Bo0t.bx1 " \ org.opencontainers.image.url="https://github.com/r3bo0tbx1/tor-guard-relay" \ org.opencontainers.image.base.name="docker.io/library/alpine:3.23.3" \ diff --git a/Dockerfile.edge b/Dockerfile.edge index d2d14ae..817e492 100644 --- a/Dockerfile.edge +++ b/Dockerfile.edge @@ -26,7 +26,7 @@ LABEL maintainer="rE-Bo0t.bx1 " \ org.opencontainers.image.source="https://github.com/r3bo0tbx1/tor-guard-relay" \ org.opencontainers.image.documentation="https://github.com/r3bo0tbx1/tor-guard-relay#readme" \ org.opencontainers.image.licenses="MIT" \ - org.opencontainers.image.vendor="r3bo0tbx1" \ + org.opencontainers.image.vendor="rE-Bo0t.bx1" \ org.opencontainers.image.authors="rE-Bo0t.bx1 " \ org.opencontainers.image.url="https://github.com/r3bo0tbx1/tor-guard-relay" \ org.opencontainers.image.base.name="docker.io/library/alpine:edge" \