File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ USER ${USER_UID}
35
35
36
36
# ############################################################
37
37
38
- FROM redhat/ubi8-minimal:8.9 AS builder-ubi
38
+ FROM redhat/ubi8-minimal:8.10 AS builder-ubi
39
39
40
40
# Update the builder packages and create user
41
41
RUN microdnf update && rm -rf /var/cache/yum && \
@@ -49,7 +49,7 @@ RUN find /definitions -type d -exec chmod 0775 {} \;
49
49
# ############################################################
50
50
51
51
# Build the UBI8 image
52
- FROM redhat/ubi8-minimal:8.9 as cass-config-builder-ubi
52
+ FROM redhat/ubi8-minimal:8.10 as cass-config-builder-ubi
53
53
LABEL maintainer=
"DataStax, Inc <[email protected] >"
54
54
LABEL name="cass-config-builder"
55
55
LABEL vendor="DataStax, Inc"
Original file line number Diff line number Diff line change 1
- 1.0.10
1
+ 1.0.11
You can’t perform that action at this time.
0 commit comments