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.
1 parent a7d4bd8 commit 3391840Copy full SHA for 3391840
Dockerfile
@@ -32,7 +32,8 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
32
COPY --from=builder /app/bin/kminion /app/kminion
33
RUN addgroup -S redpanda \
34
&& adduser -S redpanda -G redpanda \
35
- && chmod o+rx /app/kminion
+ && chmod o+rx /app/kminion \
36
+ && apk upgrade --no-cache
37
USER redpanda
38
39
ENTRYPOINT ["/app/kminion"]
0 commit comments