mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-26 08:53:52 +01:00
Merge pull request #1068 from nginx-proxy/boulder-release-2023-12-04
test: bump boulder to release-2023-12-04
This commit is contained in:
commit
3f7b759559
@ -10,7 +10,7 @@ setup_boulder() {
|
||||
&& git clone https://github.com/letsencrypt/boulder \
|
||||
"$GOPATH/src/github.com/letsencrypt/boulder"
|
||||
pushd "$GOPATH/src/github.com/letsencrypt/boulder"
|
||||
git checkout release-2023-01-09
|
||||
git checkout release-2023-12-04
|
||||
if [[ "$(uname)" == 'Darwin' ]]; then
|
||||
# Set Standard Ports
|
||||
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