Skip to content

Commit

Permalink
fix: use :latest for ubi9 instead of minor releases (#1885)
Browse files Browse the repository at this point in the history
we are only worried about major versions not minor releases.
  • Loading branch information
harshavardhana committed Nov 23, 2023
1 parent 67ad582 commit 10ce3c3
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:latest as build

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

FROM registry.access.redhat.com/ubi9/ubi-micro:9.2
FROM registry.access.redhat.com/ubi9/ubi-micro:latest

ARG TAG

Expand Down

0 comments on commit 10ce3c3

Please sign in to comment.