diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12,8 +12,8 @@ WORKDIR /src # arguments to pass on each go tool link invocation ENV LDFLAGS="-s \ --X github.com/spiral/roadrunner-binary/v2/internal/meta.version=$APP_VERSION \ --X github.com/spiral/roadrunner-binary/v2/internal/meta.buildTime=$BUILD_TIME" +-X github.com/roadrunner-server/roadrunner/v2/internal/meta.version=$APP_VERSION \ +-X github.com/roadrunner-server/roadrunner/v2/internal/meta.buildTime=$BUILD_TIME" # compile binary file RUN set -x \ @@ -32,8 +32,8 @@ ARG BUILD_TIME="undefined" LABEL \ org.opencontainers.image.title="roadrunner" \ org.opencontainers.image.description="High-performance PHP application server, load-balancer and process manager" \ - org.opencontainers.image.url="https://github.com/spiral/roadrunner-binary" \ - org.opencontainers.image.source="https://github.com/spiral/roadrunner-binary" \ + org.opencontainers.image.url="https://github.com/roadrunner-server/roadrunner" \ + org.opencontainers.image.source="https://github.com/roadrunner-server/roadrunner" \ org.opencontainers.image.vendor="SpiralScout" \ org.opencontainers.image.version="$APP_VERSION" \ org.opencontainers.image.created="$BUILD_TIME" \ |