Skip to content

Commit 2bc7ca9

Browse files
committed
use armored ascii key instead of .gpg
1 parent 7e2650e commit 2bc7ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/engine/install/debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Docker from the repository.
120120
URIs: https://download.docker.com/linux/debian/\n\
121121
Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")\n\
122122
Components: stable\n\
123-
Signed-By: /etc/apt/keyrings/docker.gpg" | \
123+
Signed-By: /etc/apt/keyrings/docker.asc" | \
124124
sudo tee /etc/apt/sources.list.d/docker.sources > /dev/null
125125

126126
sudo apt-get update

0 commit comments

Comments
 (0)