diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a826c92fc5e236f05d08abea01c50cb3d773eb7..5e34c08c96cc5e40cb3531ebf34af6ba764d03ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # In case something goes horribly wrong, you can fall back to `image: ruby:2.5` -image: git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.0 +image: git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.1 variables: JEKYLL_ENV: production diff --git a/Gemfile b/Gemfile index 9c4719c6f0990058e065960d6a1cb77e27be5f60..0d499ffd06a2f93c615d34affabba388aeda7898 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "jekyll", "~> 4.0" gem "bundler", "> 2.0" gem "minima", "~> 2.5" -gem 'jekyll-theme-lcsb-default', '~> 0.3' +gem 'jekyll-theme-lcsb-default', '~> 0.3.2' # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`.