Made pipelines even faster with slim version of maven docker image

This commit is contained in:
ryannathans
2023-03-03 00:31:52 +11:00
committed by Ryan
parent d91f569aff
commit 0546d7e8b9
+1 -2
View File
@@ -6,8 +6,7 @@ variables:
# when running from the command line.
MAVEN_CLI_OPTS: "--batch-mode --errors --fail-fast --show-version"
# This template uses jdk8 for verifying and deploying images
image: maven:3-openjdk-11
image: maven:3-openjdk-11-slim
before_script:
- free -mh