Skip to content

Commit 54fa356

Browse files
authored
Update config.yml
1 parent 413d38d commit 54fa356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
working_directory: ~/circleci-demo-java-spring
66

77
docker:
8-
- image: circleci/openjdk:8-jdk-browsers
8+
- image: circleci/openjdk:8-jdk-stretch
99
- image: circleci/postgres:9.6.3-alpine
1010
environment:
1111
POSTGRES_USER: root
@@ -31,4 +31,4 @@ jobs:
3131
path: target/surefire-reports
3232

3333
- store_artifacts:
34-
path: target/demo-java-spring-0.0.1-SNAPSHOT.jar
34+
path: target/demo-java-spring-0.0.1-SNAPSHOT.jar

0 commit comments

Comments
 (0)