Skip to content

Commit 23bcf12

Browse files
committed
Debian: updated GPG keys dir.
Closes: #821
1 parent 33588b1 commit 23bcf12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-debian.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN set -x \
1515
&& apt-get install --no-install-recommends --no-install-suggests -y gnupg1 ca-certificates \
1616
&& \
1717
NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; \
18-
NGINX_GPGKEY_PATH=/usr/share/keyrings/nginx-archive-keyring.gpg; \
18+
NGINX_GPGKEY_PATH=/etc/apt/keyrings/nginx-archive-keyring.gpg; \
1919
export GNUPGHOME="$(mktemp -d)"; \
2020
found=''; \
2121
for server in \

0 commit comments

Comments
 (0)