We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9f189 commit 1b640dfCopy full SHA for 1b640df
.claude/settings.local.json
@@ -4,7 +4,8 @@
4
"Bash(go test:*)",
5
"Bash(go doc:*)",
6
"WebSearch",
7
- "Bash(go env:*)"
+ "Bash(go env:*)",
8
+ "Bash(docker pull:*)"
9
]
10
}
11
e2e/code-generator/compose.yaml
@@ -13,7 +13,7 @@ services:
13
context: .
14
dockerfile: Dockerfile
15
args:
16
- - LAN_ENV=docker.io/library/openjdk:23
+ - LAN_ENV=docker.io/library/eclipse-temurin:25
17
command:
18
- /workspace/entrypoint.sh
19
- java
@@ -49,7 +49,7 @@ services:
49
50
51
52
53
54
55
- curl
0 commit comments