Skip to content

Commit

Permalink
updates base image for CVE patching
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytheleg committed Nov 6, 2024
1 parent 7f52a06 commit 249625e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY main.go Makefile ./
ARG VERSION
RUN VERSION=${VERSION} make build

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130

COPY --from=builder /workspace/bin/inventory-api /usr/local/bin/

Expand Down

0 comments on commit 249625e

Please sign in to comment.