Skip to content

Commit

Permalink
Merge pull request #17 from darkwizard242/feature/bump-lazydocker-to-…
Browse files Browse the repository at this point in the history
…0.24.1

bump lazydocker to 0.24.1
  • Loading branch information
darkwizard242 authored Nov 24, 2024
2 parents 00304e8 + 0925609 commit 90c8841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`):

```yaml
lazydocker_app: lazydocker
lazydocker_version: '0.23.3'
lazydocker_version: '0.24.1'
lazydocker_architecture_map:
amd64: x86_64
arm: arm64
Expand All @@ -38,7 +38,7 @@ lazydocker_file_mode: '0755'
Variable | Description
--------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------
lazydocker_app | Defines the app to install i.e. **lazydocker**
lazydocker_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.23.3**
lazydocker_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.24.1**
lazydocker_architecture_map | Defined to dynamically fetch the processor architecture and assign relevant value
lazydocker_dl_url | Defines URL to download the lazydocker binary from.
lazydocker_bin_path | Defined to dynamically set the appropriate path to store lazydocker binary into. Defaults to (as generally available on any user's PATH): **/usr/local/bin**
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# defaults file for lazydocker

lazydocker_app: lazydocker
lazydocker_version: '0.23.3'
lazydocker_version: '0.24.1'
lazydocker_architecture_map:
amd64: x86_64
arm: arm64
Expand Down

0 comments on commit 90c8841

Please sign in to comment.