mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-23 05:02:15 +01:00
ci: bump Boulder to release-2022-12-19
This commit is contained in:
parent
cd6fe5e016
commit
015ac5ffa7
@ -10,7 +10,7 @@ setup_boulder() {
|
|||||||
&& git clone https://github.com/letsencrypt/boulder \
|
&& git clone https://github.com/letsencrypt/boulder \
|
||||||
"$GOPATH/src/github.com/letsencrypt/boulder"
|
"$GOPATH/src/github.com/letsencrypt/boulder"
|
||||||
pushd "$GOPATH/src/github.com/letsencrypt/boulder"
|
pushd "$GOPATH/src/github.com/letsencrypt/boulder"
|
||||||
git checkout release-2022-11-29
|
git checkout release-2022-12-19
|
||||||
if [[ "$(uname)" == 'Darwin' ]]; then
|
if [[ "$(uname)" == 'Darwin' ]]; then
|
||||||
# Set Standard Ports
|
# Set Standard Ports
|
||||||
for file in test/config/va.json test/config/va-remote-a.json test/config/va-remote-b.json; do
|
for file in test/config/va.json test/config/va-remote-a.json test/config/va-remote-b.json; do
|
||||||
|
Loading…
Reference in New Issue
Block a user