Skip to content

Commit

Permalink
Merge branch 'tickets/DM-33468' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
n8pease committed Feb 1, 2022
2 parents 46607f6 + 3a78d69 commit ce30c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/tools/docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# packages are preferred whenever suitable, though some here require source builds.
#-------------------------------------------------------------------------------------------------------------

FROM centos:8 AS lite-build
FROM almalinux:8 AS lite-build

RUN dnf install -y 'dnf-command(config-manager)' \
&& dnf config-manager --set-enabled powertools \
Expand Down Expand Up @@ -158,7 +158,7 @@ CMD ["tail", "-f", "/dev/null"]
# DO NOT BLOAT THE RUN BASE
#-------------------------------------------------------------------------------------------------------------

FROM centos:8 AS lite-run-base
FROM almalinux:8 AS lite-run-base

RUN dnf install -y 'dnf-command(config-manager)' \
&& dnf config-manager --set-enabled powertools \
Expand Down

0 comments on commit ce30c16

Please sign in to comment.