From cedd5e9e207a3a18be35e6e276b149349443210c Mon Sep 17 00:00:00 2001 From: Hanjo Meinhardt Date: Tue, 26 Oct 2021 23:28:36 +0200 Subject: [PATCH] bump versions --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 19d3856..bcbe1d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,18 +4,18 @@ pipeline: image: plugins/docker repo: bunix42/jekyll build_args: - - JEKYLL_VERSION=3.7.2 + - JEKYLL_VERSION=3.7.4 tags: - - 3.7.2 + - 3.7.4 secrets: [ docker_username, docker_password ] jekyll-3.8: image: plugins/docker repo: bunix42/jekyll build_args: - - JEKYLL_VERSION=3.8.6 + - JEKYLL_VERSION=3.8.7 tags: - - 3.8.6 + - 3.8.7 secrets: [ docker_username, docker_password ] jekyll-3.9: @@ -31,9 +31,9 @@ pipeline: image: plugins/docker repo: bunix42/jekyll build_args: - - JEKYLL_VERSION=4.2.0 + - JEKYLL_VERSION=4.2.1 tags: - - 4.2.0 + - 4.2.1 secrets: [ docker_username, docker_password ] slack: