We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f1e41c + 854687b commit 39a01d1Copy full SHA for 39a01d1
Dockerfile
@@ -1,7 +1,10 @@
1
-FROM alpine:3.15.4
+FROM alpine:3.21.3
2
+
3
RUN apk add --no-cache --update bash docker openjdk8
4
+RUN adduser -D analysisCli
5
6
WORKDIR /workdir
-COPY --chown=root:root cli/target/universal/stage /workdir
-USER root
7
+COPY --chown=analysisCli:analysisCli cli/target/universal/stage /workdir
8
9
+USER analysisCli
10
ENTRYPOINT ["/workdir/bin/codacy-analysis-cli"]
-CMD []
0 commit comments