Update .gitlab-ci.yml file
This commit is contained in:
parent
44f42e9513
commit
0c8af3e855
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ variables:
|
||||||
# for verifying and deploying images
|
# for verifying and deploying images
|
||||||
# Maven 3.8.x REQUIRES HTTPS repositories.
|
# Maven 3.8.x REQUIRES HTTPS repositories.
|
||||||
# See https://maven.apache.org/docs/3.8.1/release-notes.html#how-to-fix-when-i-get-a-http-repository-blocked for more.
|
# See https://maven.apache.org/docs/3.8.1/release-notes.html#how-to-fix-when-i-get-a-http-repository-blocked for more.
|
||||||
image: maven:3-openjdk-17
|
image: maven:3.8.6-eclipse-temurin-17-alpine
|
||||||
|
|
||||||
# Cache downloaded dependencies and plugins between builds.
|
# Cache downloaded dependencies and plugins between builds.
|
||||||
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
|
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue