diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-06-23 07:55:55 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-06-23 07:55:55 +0200 |
commit | 98ab7bf0782911a5e923fd4a932f7d32f4c978f6 (patch) | |
tree | 9b3e81eb17f0009b086b94cf58d0216a06bd8d81 | |
parent | c0da340dcffa212385a956bea065bab82e521dda (diff) | |
download | s2i-jekyll-98ab7bf0782911a5e923fd4a932f7d32f4c978f6.tar.gz |
update to 4.2.2
-rw-r--r-- | Dockerfile.ubi8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.ubi8 b/Dockerfile.ubi8 index cd1b0c0..61d403d 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="4.1.1" \ +ENV JEKYLL_VERSION="4.2.2" \ SUMMARY="Jekyll ${JEKYLL_VERSION}" \ DESCRIPTION="Platform for building static jekyll sites (ubi8)" |