nitrictech / cli

Nitric CLI. Manage and run Nitric apps locally and deploy to any cloud.
https://nitric.io
Apache License 2.0
26 stars 10 forks source link

fix: bump docker to 25.0.6 to fix security vulnerability #767

Closed davemooreuws closed 3 months ago

davemooreuws commented 3 months ago

Note: could cause a docker API error depending on if an older docker version is installed (would just require user to update their docker).

 Pull: Error response from daemon: client version 1.44 is too new. Maximum supported API version is 1.43
codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 15 lines in your changes missing coverage. Please review.

Project coverage is 1.08%. Comparing base (616b343) to head (e1c22f4).

Files Patch % Lines
pkg/project/service.go 0.00% 4 Missing :warning:
pkg/provider/image.go 0.00% 4 Missing :warning:
pkg/cloud/sql/sql.go 0.00% 3 Missing :warning:
pkg/docker/docker.go 0.00% 2 Missing :warning:
pkg/provider/client.go 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #767 +/- ## ======================================== - Coverage 1.08% 1.08% -0.01% ======================================== Files 80 80 Lines 8884 8886 +2 ======================================== Hits 96 96 - Misses 8778 8780 +2 Partials 10 10 ``` | [Flag](https://app.codecov.io/gh/nitrictech/cli/pull/767/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/nitrictech/cli/pull/767/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `1.08% <0.00%> (-0.01%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nitric-bot commented 3 months ago

:tada: This PR is included in version 1.50.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: