Skip to content

Commit

Permalink
docker: bump base image to ubi-micro:9.5 (#508)
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Wolke <[email protected]>
Co-authored-by: Sascha Wolke <[email protected]>
  • Loading branch information
derSascha and derSascha authored Jan 31, 2025
1 parent f5bed15 commit 4f59ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3 as build
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5 as build

RUN microdnf update -y --nodocs && microdnf install ca-certificates --nodocs

FROM registry.access.redhat.com/ubi9/ubi-micro:9.3
FROM registry.access.redhat.com/ubi9/ubi-micro:9.5

ARG TAG

Expand Down

0 comments on commit 4f59ca5

Please sign in to comment.