Skip to content

Commit fb665ea

Browse files
committed
refresh gpg signatures for verification
1 parent c88089d commit fb665ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mainline/alpine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:latest
22

33
ENV NGINX_VERSION=1.25.4
44

5-
RUN GPG_KEYS=13C82A63B603576156E30A4EA0EA981B66B0D967 \
5+
RUN GPG_KEYS=D6786CE303D9A9022998DC6CC8464D549AF75C0A \
66
&& CONFIG="\
77
--prefix=/etc/nginx \
88
--sbin-path=/usr/sbin/nginx \

stable/alpine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:latest
22

33
ENV NGINX_VERSION=1.24.0
44

5-
RUN GPG_KEYS=13C82A63B603576156E30A4EA0EA981B66B0D967 \
5+
RUN GPG_KEYS=D6786CE303D9A9022998DC6CC8464D549AF75C0A \
66
&& CONFIG="\
77
--prefix=/etc/nginx \
88
--sbin-path=/usr/sbin/nginx \

0 commit comments

Comments
 (0)