Skip to content

Commit 7706007

Browse files
authored
chore: Update runtime image from ubi8/ubi-minimal:8.7 to 8.8 (#63)
Signed-off-by: Spolti <[email protected]>
1 parent 1197c6f commit 7706007

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
@@ -132,7 +132,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
132132
###############################################################################
133133
# Stage 3: Copy build assets to create the smallest final runtime image
134134
###############################################################################
135-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7 as runtime
135+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 as runtime
136136

137137
ARG USER=2000
138138

0 commit comments

Comments
 (0)