diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-09 23:59:35 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-09 23:59:35 +0200 |
commit | 5ae78e7c6f3a1257e2d7995425ddc873e6500484 (patch) | |
tree | f06e5552e7d776513abf137d070ede28cf8fdfbf | |
parent | 74769031a422e81aeca9ba63d82fbf66cefb79a5 (diff) | |
download | s2i-jekyll-5ae78e7c6f3a1257e2d7995425ddc873e6500484.tar.gz |
update default to 4.1.1
-rw-r--r-- | Dockerfile.ubi8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.ubi8 b/Dockerfile.ubi8 index 3f0cef7..c340b9c 100644 --- a/Dockerfile.ubi8 +++ b/Dockerfile.ubi8 @@ -1,7 +1,7 @@ # kraxel/s2i-jekyll FROM registry.access.redhat.com/ubi8/ruby-25 -ENV JEKYLL_VERSION="3.8.5" \ +ENV JEKYLL_VERSION="4.1.1" \ SUMMARY="Jekyll ${JEKYLL_VERSION}" \ DESCRIPTION="Platform for building static jekyll sites (ubi8)" |