Browse Source

Changed the base image for the build (#1136)

pull/1131/head
Marcin Grzejszczak 2 years ago committed by GitHub
parent
commit
c7790815fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -2,8 +2,7 @@ version: 2 @@ -2,8 +2,7 @@ version: 2
jobs:
build:
docker:
- image: springcloud/pipeline-base
user: appuser
- image: cimg/openjdk:17.0.4
environment:
_JAVA_OPTIONS: "-Xms1024m -Xmx2048m"
TERM: dumb

Loading…
Cancel
Save