Update .gitlab-ci.yml file

This commit is contained in:
Christopher Moyer 2022-10-14 00:02:45 +00:00
parent 44f42e9513
commit 0c8af3e855

View file

@ -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"'