Skip to content
Snippets Groups Projects
Commit 23bcf128 authored by Konstantin Pavlov's avatar Konstantin Pavlov Committed by Konstantin Pavlov
Browse files

Debian: updated GPG keys dir.

parent 33588b16
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ RUN set -x \
&& apt-get install --no-install-recommends --no-install-suggests -y gnupg1 ca-certificates \
&& \
NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; \
NGINX_GPGKEY_PATH=/usr/share/keyrings/nginx-archive-keyring.gpg; \
NGINX_GPGKEY_PATH=/etc/apt/keyrings/nginx-archive-keyring.gpg; \
export GNUPGHOME="$(mktemp -d)"; \
found=''; \
for server in \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment