Skip to content

Commit 824c663

Browse files
committed
Use latest tag to grab updates upon new build
Signed-off-by: Spolti <[email protected]>
1 parent 9a2c0de commit 824c663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
137137
###############################################################################
138138
# Stage 3: Copy build assets to create the smallest final runtime image
139139
###############################################################################
140-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as runtime
140+
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest as runtime
141141

142142
ARG USER=2000
143143

0 commit comments

Comments
 (0)