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 ADR_001_Latest_aws_and_nodejs_in_Docker.md #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/architecture/ADR_001_Latest_aws_and_nodejs_in_Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Due to its relatively short (30 month) LTS cycle, it's useful to support multipl

AWS CLI v2 has been the latest version for over 2 years and maintains backward compatibility within its major version.

Docker images are often the basis of other images which rely on OS features (e.g. package management tools)
Docker images are often the basis of other images which rely on OS features (e.g. package management tools).

## Decision

Expand All @@ -38,8 +38,8 @@ Accepted

## Consequences

* Docker images with current dependencies will be available
* Sliding versions may break dependents that directly rely on the unspecific dependency
* Docker images with current dependencies will be available.
* Sliding versions may break dependents that directly rely on the unspecific dependency.

[#67]: https://github.com/meltwater/awsudo/issues/67
[node image]: https://hub.docker.com/_/node
Expand Down