diff options
author | Valery Piashchynski <[email protected]> | 2022-01-15 15:52:23 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-01-15 15:52:23 +0300 |
commit | 65541b95a6ebc72aef818f1d2e4b0dc721f59e22 (patch) | |
tree | d9dbe5577c72810fadf1f2bc1e5fcee889fda983 /Dockerfile | |
parent | 5254c8eb27311e2a8a53a4c90c3829cf1238c563 (diff) |
initial commit
Signed-off-by: Valery Piashchynski <[email protected]>
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" \ |