Unverified Commit 0aaa69d1 authored by watucker's avatar watucker Committed by GitHub
Browse files

Merge pull request #182 from ESGF/watucker-patch-1

Update base image
parents 6868172c 4d7d55b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ ENV LC_ALL en_US.UTF-8

# Upgrade all existing packages
# Updating CACHE_BUST to the current time will bust the cache and force a rebuild
RUN CACHE_BUST="20220906"; \
RUN CACHE_BUST="20220923"; \
    yum makecache && yum upgrade -y && yum clean all

# Install ca-certificates and openssl