Skip to content

Commit

Permalink
Merge pull request #57 from spolti/RHOAIENG-7291-012
Browse files Browse the repository at this point in the history
Use latest tag to grab updates upon new build
  • Loading branch information
openshift-merge-bot[bot] authored May 23, 2024
2 parents 9a2c0de + 824c663 commit c09626f
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 @@ -137,7 +137,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
###############################################################################
# Stage 3: Copy build assets to create the smallest final runtime image
###############################################################################
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as runtime
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest as runtime

ARG USER=2000

Expand Down

0 comments on commit c09626f

Please sign in to comment.