Skip to content

Commit

Permalink
Merge pull request #1154 from bdunne/upgrade_dumb_init
Browse files Browse the repository at this point in the history
Upgrade to dumb-init 1.2.5
  • Loading branch information
Fryguy committed Aug 19, 2024
2 parents 026a73b + 301f61b commit 8e79b7d
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 8e79b7d

Please sign in to comment.