Commit a9ace612 authored by Takuya Noguchi's avatar Takuya Noguchi

Replaces openjdk-alpine with slim image on docs

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 48e6b011
......@@ -375,8 +375,6 @@ If all dependencies are present, the `COMPILE=false` CI/CD variable can be provi
analyzer and compilation is skipped:
```yaml
image: maven:3.6-jdk-8-alpine
stages:
- build
- test
......@@ -385,6 +383,7 @@ include:
- template: Security/SAST.gitlab-ci.yml
build:
image: maven:3.6-jdk-8-slim
stage: build
script:
- mvn package -Dmaven.repo.local=./.m2/repository
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment