Skip to content

Commit b0bca31

Browse files
authored
add microdnf update (#9)
Signed-off-by: Song Song Li <[email protected]>
1 parent 8460e86 commit b0bca31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile.multi-stage

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ RUN git update-index --refresh; make build
1515
# -----------------------------------------------------------------------------
1616

1717
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
18+
1819
LABEL maintainer="The Thanos Authors"
1920

21+
RUN microdnf update -y && microdnf clean all
22+
2023
COPY --from=builder /go/bin/thanos /bin/thanos
2124

2225
ENTRYPOINT [ "/bin/thanos" ]

0 commit comments

Comments
 (0)