Skip to content

Commit f5037f2

Browse files
committed
Merge pull request #5 from infosiftr/gpg-keys
More resilient gpg getting
2 parents 9c77579 + 63cd0ad commit f5037f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update \
2020
&& rm -r /var/lib/apt/lists/*
2121

2222
# see https://httpd.apache.org/download.cgi#verify
23-
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys B1B96F45DFBDCCF974019235193F180AB55D9977
23+
RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B1B96F45DFBDCCF974019235193F180AB55D9977
2424

2525
ENV HTTPD_VERSION 2.2.29
2626
ENV HTTPD_BZ2_URL https://www.apache.org/dist/httpd/httpd-$HTTPD_VERSION.tar.bz2

2.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update \
2020
&& rm -r /var/lib/apt/lists/*
2121

2222
# see https://httpd.apache.org/download.cgi#verify
23-
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys A93D62ECC3C8EA12DB220EC934EA76E6791485A8
23+
RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys A93D62ECC3C8EA12DB220EC934EA76E6791485A8
2424

2525
ENV HTTPD_VERSION 2.4.12
2626
ENV HTTPD_BZ2_URL https://www.apache.org/dist/httpd/httpd-$HTTPD_VERSION.tar.bz2

0 commit comments

Comments
 (0)