Skip to content

Commit 4ea8362

Browse files
authored
Update default docker compose BOULDER_TOOLS_TAG (#6995)
This is a follow-up fix to #6987 which mistakenly did not update the docker compose default BOULDER_TOOLS_TAG variable from go1.20.5 to go1.20.6. This would only manifest on developer machines manually running unit/integration tests rather than CI which explicitly tests against a matrix of BOULDER_TOOLS_TAG versions. ``` Error response from daemon: manifest for letsencrypt/boulder-tools:go1.20.5_2023-07-11 not found: manifest unknown: manifest unknown ```
1 parent b090ffb commit 4ea8362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
boulder:
44
# Should match one of the GO_DEV_VERSIONS in test/boulder-tools/tag_and_upload.sh.
5-
image: &boulder_image letsencrypt/boulder-tools:${BOULDER_TOOLS_TAG:-go1.20.5_2023-07-11}
5+
image: &boulder_image letsencrypt/boulder-tools:${BOULDER_TOOLS_TAG:-go1.20.6_2023-07-11}
66
environment:
77
# To solve HTTP-01 and TLS-ALPN-01 challenges, change the IP in FAKE_DNS
88
# to the IP address where your ACME client's solver is listening.

0 commit comments

Comments
 (0)