Skip to content

Commit 368b13d

Browse files
authoredJun 23, 2021
Merge pull request #44 from nsmith5/bugfix/tls1.3
Bump resource class image version to support TLS 1.3
2 parents f97443d + 09ba9bc commit 368b13d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
version: 2
22

33
resource_job_defaults: &resource_job_defaults
4-
docker: [{image: 'circleci/ruby:2.4.1'}]
4+
docker:
5+
- image: 'cimg/base:2021.02-20.04'
56
steps:
67
- run:
78
name: verify required Environment Variables

0 commit comments

Comments
 (0)
Failed to load comments.