Skip to content

Commit

Permalink
Update gpg key fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Apr 17, 2024
1 parent 3817853 commit ccc02f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ RUN set -ex; \
elif [[ "${NGINX_VER}" == 1.22* || "${NGINX_VER}" == 1.23* || "${NGINX_VER}" == 1.24* ]]; then \
export GPG_KEYS=13C82A63B603576156E30A4EA0EA981B66B0D967; \
else \
export GPG_KEYS=D6786CE303D9A9022998DC6CC8464D549AF75C0A; \
export GPG_KEYS=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; \
fi; \
# Get VTS module \
git clone https://github.com/vozlt/nginx-module-vts.git /tmp/nginx_module_vts; \
Expand Down

0 comments on commit ccc02f4

Please sign in to comment.