Skip to content

Commit

Permalink
Upgrade to dumb-init 1.2.5
Browse files Browse the repository at this point in the history
We've been seeing build issues fetching v1.2.2
  • Loading branch information
bdunne committed Aug 19, 2024
1 parent 026a73b commit 301f61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN chmod -R g+w /etc/pki/ca-trust && \

# Install dumb-init to be used as the entrypoint
RUN ARCH=$(uname -m) && \
curl -L -o /usr/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_${ARCH} && \
curl -L -o /usr/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_${ARCH} && \
chmod +x /usr/bin/dumb-init

COPY container-assets/prepare_local_yum_repo.sh /usr/local/bin
Expand Down

0 comments on commit 301f61b

Please sign in to comment.