Skip to content

Commit 07f26ba

Browse files
authored
Merge pull request #62 from burmanm/rebuild_base_image
MC-1494 Update base image to 8.10
2 parents 5044a18 + 1e573c9 commit 07f26ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ USER ${USER_UID}
3535

3636
#############################################################
3737

38-
FROM redhat/ubi8-minimal:8.9 AS builder-ubi
38+
FROM redhat/ubi8-minimal:8.10 AS builder-ubi
3939

4040
# Update the builder packages and create user
4141
RUN microdnf update && rm -rf /var/cache/yum && \
@@ -49,7 +49,7 @@ RUN find /definitions -type d -exec chmod 0775 {} \;
4949
#############################################################
5050

5151
# 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
5353
LABEL maintainer="DataStax, Inc <[email protected]>"
5454
LABEL name="cass-config-builder"
5555
LABEL vendor="DataStax, Inc"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.10
1+
1.0.11

0 commit comments

Comments
 (0)