Skip to content

Commit 3391840

Browse files
committed
build: run OS pkg update on image build
1 parent a7d4bd8 commit 3391840

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
3232
COPY --from=builder /app/bin/kminion /app/kminion
3333
RUN addgroup -S redpanda \
3434
&& adduser -S redpanda -G redpanda \
35-
&& chmod o+rx /app/kminion
35+
&& chmod o+rx /app/kminion \
36+
&& apk upgrade --no-cache
3637
USER redpanda
3738

3839
ENTRYPOINT ["/app/kminion"]

0 commit comments

Comments
 (0)