From 0d4aab0aaad4cbf9f277ddd4357769b053bf2c5f Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Wed, 24 Aug 2022 10:03:23 +0200 Subject: [PATCH] make trivy happy --- xmpp-ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmpp-ci/Dockerfile b/xmpp-ci/Dockerfile index be4a782..68a42fc 100644 --- a/xmpp-ci/Dockerfile +++ b/xmpp-ci/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 -ADD entrypoint.sh /entrypoint.sh +COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh && \ apk add --no-cache go-sendxmpp && \