docer changes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rolf Amfelt 2024-02-10 07:09:18 +01:00
parent 675a695eb7
commit 62e7054a9e
3 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ ruby RUBY_VERSION
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "4.3.3"
gem "jekyll", "~> 4.3.2"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
@ -18,9 +18,9 @@ gem "jekyll", "4.3.3"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "0.17.0"
gem "jekyll-feed"
gem "jekyll-sitemap"
gem "jekyll-sass-converter", "2.1"
gem "jekyll-sass-converter"
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

View File

@ -67,9 +67,9 @@ PLATFORMS
x86_64-linux-musl
DEPENDENCIES
jekyll (= 4.3.3)
jekyll-feed (= 0.17.0)
jekyll-sass-converter (= 2.1)
jekyll (~> 4.3.2)
jekyll-feed
jekyll-sass-converter
jekyll-sitemap
tzinfo-data

View File

@ -1,8 +1,8 @@
version: "3"
version: "3.7"
services:
jekyll:
image: jekyll/jekyll:latest
command: jekyll serve --trace --livereload --livereload-port 35729
command: jekyll serve --watch --trace --livereload --livereload-port 35729
ports:
- 4000:4000
- 35729:35729