Skip to content

Commit 1b984f5

Browse files
committedDec 15, 2020
circleci: update to Ruby 2.7 and Jaeger 1.21
1 parent 56ef96b commit 1b984f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ jobs:
33
build:
44
working_directory: /home/circleci/echo-api
55
docker:
6-
- image: circleci/ruby:2.6
6+
- image: circleci/ruby:2.7
77
environment:
88
BUNDLE_JOBS: 3
99
BUNDLE_RETRY: 3
1010
BUNDLE_PATH: vendor/bundle
1111
OPENTRACING_TRACER: jaeger
1212
BUNDLE_FROZEN: true # --deployment
13-
- image: jaegertracing/all-in-one:1.7
13+
- image: jaegertracing/all-in-one:1.21
1414
environment:
1515
COLLECTOR_ZIPKIN_HTTP_PORT: 9411
1616
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.