Skip to content

Commit ffffe5f

Browse files
Merge pull request #56 from spolti/RHOAIENG-7291
Use latest tag to grab updates upon new build
2 parents 9a2c0de + 77c4f93 commit ffffe5f

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)