Skip to content

Commit 9284913

Browse files
authored
chore: Use latest image tag (#86)
#### Motivation #### Modifications #### Result Signed-off-by: Spolti <[email protected]>
1 parent 5d0c9a0 commit 9284913

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)