File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11ARG LAN_ENV=docker.io/library/golang:1.21
22
33FROM ghcr.io/linuxsuren/api-testing:master AS atest
4- FROM ghcr.io/linuxsuren/hd:v0.0.42 as downloader
4+ FROM ghcr.io/linuxsuren/hd:v0.0.42 AS downloader
55RUN hd install jq
66FROM $LAN_ENV
77
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
1313 context : .
1414 dockerfile : Dockerfile
1515 args :
16- - LAN_ENV=docker.io/library/eclipse-temurin:25
16+ - LAN_ENV=docker.io/library/openjdk:26-rc-jdk
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/eclipse-temurin:25
52+ - LAN_ENV=docker.io/library/openjdk:26-rc-jdk
5353 command :
5454 - /workspace/entrypoint.sh
5555 - curl
You can’t perform that action at this time.
0 commit comments