mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
pin back boulder
This commit is contained in:
parent
282df74ee9
commit
d9a523e07e
1 changed files with 2 additions and 1 deletions
|
|
@ -181,7 +181,8 @@ class ACMEServer:
|
|||
|
||||
# Load Boulder from git, that includes a docker-compose.yml ready for production.
|
||||
process = self._launch_process(['git', 'clone', 'https://github.com/letsencrypt/boulder',
|
||||
'--single-branch', '--depth=1', instance_path])
|
||||
'--single-branch', '--depth=1',
|
||||
'--branch=release-2024-01-22', instance_path])
|
||||
process.wait(MAX_SUBPROCESS_WAIT)
|
||||
|
||||
# Allow Boulder to ignore usual limit rate policies, useful for tests.
|
||||
|
|
|
|||
Loading…
Reference in a new issue