diff --git a/.github/docker/Dockerfile b/.github/docker/Dockerfile index 0075656c..7297af18 100644 --- a/.github/docker/Dockerfile +++ b/.github/docker/Dockerfile @@ -1,7 +1,6 @@ # syntax=docker/dockerfile:latest FROM --platform=$BUILDPLATFORM golang:latest AS build - LABEL org.opencontainers.image.source="https://github.com/XTLS/Xray-core" \ org.opencontainers.image.licenses="MPL-2.0" \ org.opencontainers.image.title="xray-core"