Update boulder-tools to 2023-02-22 (#6684)

This commit is contained in:
Jacob Hoffman-Andrews 2023-02-22 11:10:53 -08:00 committed by GitHub
parent 95c354f6bd
commit 8f322d14e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
matrix: matrix:
# Add additional docker image tags here and all tests will be run with the additional image. # Add additional docker image tags here and all tests will be run with the additional image.
BOULDER_TOOLS_TAG: BOULDER_TOOLS_TAG:
- go1.20.1_2023-02-15 - go1.20.1_2023-02-22
# Tests command definitions. Use the entire "docker compose" command you want to run. # Tests command definitions. Use the entire "docker compose" command you want to run.
tests: tests:
# Run ./test.sh --help for a description of each of the flags. # Run ./test.sh --help for a description of each of the flags.

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
boulder: boulder:
# Should match one of the GO_DEV_VERSIONS in test/boulder-tools/tag_and_upload.sh. # Should match one of the GO_DEV_VERSIONS in test/boulder-tools/tag_and_upload.sh.
image: &boulder_image letsencrypt/boulder-tools:${BOULDER_TOOLS_TAG:-go1.20.1_2023-02-15} image: &boulder_image letsencrypt/boulder-tools:${BOULDER_TOOLS_TAG:-go1.20.1_2023-02-22}
environment: environment:
FAKE_DNS: 10.77.77.77 FAKE_DNS: 10.77.77.77
BOULDER_CONFIG_DIR: &boulder_config_dir test/config BOULDER_CONFIG_DIR: &boulder_config_dir test/config