Skip to content

Commit

Permalink
Update gpg keys
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Feb 19, 2024
1 parent 00ac3d7 commit ecaaee7
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 @@ -124,7 +124,7 @@ RUN set -ex; \
if [[ "${NGINX_VER}" == 1.19* || "${NGINX_VER}" == 1.20* || "${NGINX_VER}" == 1.21* ]]; then \
export GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8; \
else \
export GPG_KEYS=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; \
export GPG_KEYS=D6786CE303D9A9022998DC6CC8464D549AF75C0A; \
fi; \
# Get VTS module \
git clone https://github.com/vozlt/nginx-module-vts.git /tmp/nginx_module_vts; \
Expand Down

0 comments on commit ecaaee7

Please sign in to comment.