We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b640df commit ad3e802Copy full SHA for ad3e802
e2e/code-generator/Dockerfile
@@ -1,7 +1,7 @@
1
ARG LAN_ENV=docker.io/library/golang:1.21
2
3
FROM ghcr.io/linuxsuren/api-testing:master AS atest
4
-FROM ghcr.io/linuxsuren/hd:v0.0.42 as downloader
+FROM ghcr.io/linuxsuren/hd:v0.0.42 AS downloader
5
RUN hd install jq
6
FROM $LAN_ENV
7
e2e/code-generator/compose.yaml
@@ -13,7 +13,7 @@ services:
13
context: .
14
dockerfile: Dockerfile
15
args:
16
- - LAN_ENV=docker.io/library/eclipse-temurin:25
+ - LAN_ENV=docker.io/library/openjdk:26-rc-jdk
17
command:
18
- /workspace/entrypoint.sh
19
- java
0 commit comments