update the maven docker image to 3.8.1-jdk-11

This commit is contained in:
steam 2021-09-15 11:08:14 +02:00
parent 13f1286552
commit e7e2161537

View File

@ -5,7 +5,7 @@ steps:
-
commands:
- "mvn clean test"
image: "maven:3-jdk-11"
image: "maven:3.8.1-jdk-11"
name: test
-
image: appleboy/drone-telegram