Skip to content

Commit ab9d788

Browse files
Merge pull request circleci#3479 from circleci/update-compose-dev
Update Docker Compose setup.
2 parents a56481a + 9faeda7 commit ab9d788

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
build:
4747
docker:
48-
- image: circleci/ruby:2.6.1-node-browsers
48+
- image: circleci/ruby:2.6.3-node-browsers
4949
working_directory: ~/circleci-docs
5050
environment:
5151
JEKYLL_ENV: production
@@ -127,7 +127,7 @@ jobs:
127127

128128
reindex-search:
129129
docker:
130-
- image: circleci/ruby:2.6.1-node-browsers
130+
- image: circleci/ruby:2.6.3-node-browsers
131131
working_directory: ~/circleci-docs
132132
environment:
133133
JEKYLL_ENV: production
@@ -146,7 +146,7 @@ jobs:
146146
147147
deploy:
148148
docker:
149-
- image: cibuilds/aws:1.16.118
149+
- image: cibuilds/aws:1.16.185
150150
steps:
151151
- attach_workspace:
152152
at: ./generated-site

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '2.6.1'
3+
ruby '2.6.3'
44

55
gem 'jekyll', "3.8.5"
66
gem 'html-proofer'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ DEPENDENCIES
139139
rack (>= 2.0.6)
140140

141141
RUBY VERSION
142-
ruby 2.6.2p47
142+
ruby 2.6.3p62
143143

144144
BUNDLED WITH
145-
1.17.2
145+
1.17.3

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
version: "3"
22
services:
33
jekyll:
4-
command: jekyll serve --incremental --livereload
4+
command: jekyll serve -s jekyll --incremental --livereload
55
image: jekyll/jekyll:3.8.5
66
volumes:
7-
- "./jekyll:/srv/jekyll"
7+
- ".:/srv/jekyll"
88
ports:
99
- 4000:4000
1010
- 35729:35729

0 commit comments

Comments
 (0)