Skip to content

Commit

Permalink
fix(chezmoi): update Docker source list for correct version codename …
Browse files Browse the repository at this point in the history
…syntax
  • Loading branch information
entelecheia committed May 22, 2023
1 parent 2c18ab4 commit 78d1ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chezmoi/.chezmoidata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ packages:
keyring_file: docker.gpg
keyring_url: https://download.docker.com/linux/ubuntu/gpg
source_list_file: docker.list
source_list_line: "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu $(. /etc/os-release && echo '$VERSION_CODENAME') stable"
source_list_line: "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- name: docker-ce-cli
apt: true
- name: docker-compose-plugin
Expand Down

0 comments on commit 78d1ce9

Please sign in to comment.