Skip to content

Commit 79592e2

Browse files
Merge pull request #34 from spolti/RHODS-12555-ubi88
[RHODS-12555] - CVE-2023-44487 - ubi8 bump
2 parents 995512e + 3b91151 commit 79592e2

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

133133
ARG USER=2000
134134

0 commit comments

Comments
 (0)