Skip to content

Commit

Permalink
Use latest tag to grab updates upon new build
Browse files Browse the repository at this point in the history
Signed-off-by: Spolti <[email protected]>
  • Loading branch information
spolti committed May 20, 2024
1 parent c5a4f74 commit e045d2a
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 @@ -134,7 +134,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
###############################################################################
# Stage 3: Copy binaries only to create the smallest final runtime image
###############################################################################
FROM registry.access.redhat.com/ubi8/ubi-micro:8.8 as runtime
FROM registry.access.redhat.com/ubi8/ubi-micro:latest as runtime

ARG USER=2000

Expand Down

0 comments on commit e045d2a

Please sign in to comment.