Skip to content

Commit c779081

Browse files
Changed the base image for the build (#1136)
1 parent 94ab872 commit c779081

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: springcloud/pipeline-base
6-
user: appuser
5+
- image: cimg/openjdk:17.0.4
76
environment:
87
_JAVA_OPTIONS: "-Xms1024m -Xmx2048m"
98
TERM: dumb

0 commit comments

Comments
 (0)