Skip to content

Commit

Permalink
Merge pull request #62 from burmanm/rebuild_base_image
Browse files Browse the repository at this point in the history
MC-1494 Update base image to 8.10
  • Loading branch information
burmanm authored Jan 28, 2025
2 parents 5044a18 + 1e573c9 commit 07f26ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ USER ${USER_UID}

#############################################################

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

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

# Build the UBI8 image
FROM redhat/ubi8-minimal:8.9 as cass-config-builder-ubi
FROM redhat/ubi8-minimal:8.10 as cass-config-builder-ubi
LABEL maintainer="DataStax, Inc <[email protected]>"
LABEL name="cass-config-builder"
LABEL vendor="DataStax, Inc"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.10
1.0.11

0 comments on commit 07f26ba

Please sign in to comment.