Update base image to ccr.ccs.tencentyun.com/violin/eclipse-temurin:22
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Agent
2026-03-20 15:04:01 +00:00
parent 141f890d1a
commit 7b7ad367ed
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ steps:
- maven-{{ .Environment.DRONE_REPO_NAME }}-
- name: build
image: maven:3.9-eclipse-temurin-17
image: ccr.ccs.tencentyun.com/violin/maven:3.9-eclipse-temurin-22
commands:
- mvn clean package -DskipTests
cache_from:
@@ -73,7 +73,7 @@ steps:
- maven-{{ .Environment.DRONE_REPO_NAME }}-
- name: build
image: maven:3.9-eclipse-temurin-17
image: ccr.ccs.tencentyun.com/violin/maven:3.9-eclipse-temurin-22
commands:
- mvn clean package -DskipTests
cache_from: