Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update ca-certificates version to fix docker build issue #1038

Merged
merged 4 commits into from
Aug 8, 2022

Conversation

voron
Copy link
Contributor

@voron voron commented Aug 1, 2022

Description

Update ca-certificates version to fix docker build issue

Rationale

Dockerfile fails to build with the following error

 > [stage-1 2/7] RUN apk add --no-cache ca-certificates~=20211220 jq~=1.6   bash~=5.1.16-r2 bind-tools~=9.16.29-r0 tini~=0.19.0   grep~=3.7 curl==7.83.1-r2 sed~=4.8-r0   && rm -rf /var/cache/apk/*   && addgroup -g 1000 bsc   && adduser -u 1000 -G bsc --shell /sbin/nologin --no-create-home -D bsc   && addgroup bsc tty   && sed -i -e "s/bin\/sh/bin\/bash/" /etc/passwd:                                   
#8 0.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz                                                                                                                    
#8 4.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz                                                                                                               
#8 10.06 ERROR: unable to select packages:                                                                                                                                                                
#8 10.13   ca-certificates-20220614-r0:
#8 10.13     breaks: world[ca-certificates~20211220]
#8 10.13     satisfies: curl-7.83.1-r2[ca-certificates]
#8 10.13                libcurl-7.83.1-r2[ca-certificates]

@unclezoro unclezoro merged commit 723863e into bnb-chain:master Aug 8, 2022
@Zorato
Copy link

Zorato commented Aug 8, 2022

Fixes #1042

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants