diff options
author | Valery Piashchynski <[email protected]> | 2022-11-24 11:44:30 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-11-24 11:44:30 +0100 |
commit | 31ef785a1af78b23215398e9ed65620e2809d047 (patch) | |
tree | 6f22e03ac06b6815a455b24cf2981616b72e71e3 /Dockerfile | |
parent | 837085181fddd31f533559381939dc9addc34357 (diff) |
chore: update plugins
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,8 +34,8 @@ ARG BUILD_TIME="undefined" # https://github.com/opencontainers/image-spec/blob/main/annotations.md LABEL org.opencontainers.image.title="roadrunner" -LABEL org.opencontainers.image.description="High-performance PHP application server, load-balancer, process manager written in Go and powered with plugins" -LABEL org.opencontainers.image.url="https://github.com/roadrunner-server/roadrunner" +LABEL org.opencontainers.image.description="High-performance PHP application server and process manager written in Go and powered with plugins" +LABEL org.opencontainers.image.url="https://roadrunner.dev" LABEL org.opencontainers.image.source="https://github.com/roadrunner-server/roadrunner" LABEL org.opencontainers.image.vendor="SpiralScout" LABEL org.opencontainers.image.version="$APP_VERSION" |