Skip to content

Commit 1b640df

Browse files
committed
change openjdk:23 to eclipse-temurin:25
1 parent 3a9f189 commit 1b640df

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"Bash(go test:*)",
55
"Bash(go doc:*)",
66
"WebSearch",
7-
"Bash(go env:*)"
7+
"Bash(go env:*)",
8+
"Bash(docker pull:*)"
89
]
910
}
1011
}

e2e/code-generator/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
context: .
1414
dockerfile: Dockerfile
1515
args:
16-
- LAN_ENV=docker.io/library/openjdk:23
16+
- LAN_ENV=docker.io/library/eclipse-temurin:25
1717
command:
1818
- /workspace/entrypoint.sh
1919
- java
@@ -49,7 +49,7 @@ services:
4949
context: .
5050
dockerfile: Dockerfile
5151
args:
52-
- LAN_ENV=docker.io/library/openjdk:23
52+
- LAN_ENV=docker.io/library/eclipse-temurin:25
5353
command:
5454
- /workspace/entrypoint.sh
5555
- curl

0 commit comments

Comments
 (0)