Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

update alpine and package versions in dockerfile #25

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

deitch
Copy link
Contributor

@deitch deitch commented Jul 3, 2024

Alpine changed versions under the covers, so our previous:

FROM alpine:3.18
RUN apk --no-cache add ca-certificates=20230506-r0

failed.

This updates the alpine version and then the ca-certificates package version.

Signed-off-by: Avi Deitcher <avi@deitcher.net>
@deitch deitch requested a review from eriknordmark as a code owner July 3, 2024 11:22
@deitch deitch merged commit de45863 into lf-edge:main Jul 4, 2024
7 checks passed
@deitch deitch deleted the dockerfile-update branch July 4, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant