summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-11-24 11:44:30 +0100
committerValery Piashchynski <[email protected]>2022-11-24 11:44:30 +0100
commit31ef785a1af78b23215398e9ed65620e2809d047 (patch)
tree6f22e03ac06b6815a455b24cf2981616b72e71e3 /Dockerfile
parent837085181fddd31f533559381939dc9addc34357 (diff)
chore: update plugins
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 6c664ee7..dbe5fafa 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"