From ee74336e3ada536da00aa6ae894a9854ad3992f9 Mon Sep 17 00:00:00 2001 From: Steffen Scheib <37306894+sscheib@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:06:11 +0100 Subject: [PATCH] chore(deps): Update dependency bundler to v2.6.2 (#806) Signed-off-by: Renovate Co-authored-by: Renovate --- docs/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Containerfile b/docs/Containerfile index 32b26c2d..9b1ff444 100644 --- a/docs/Containerfile +++ b/docs/Containerfile @@ -25,7 +25,7 @@ ENV DUMB_INIT_VERSION="1.2.5-r3" ENV ZLIB_DEV_VERSION="1.3.1-r1" # renovate: datasource=rubygems depName=bundler -ENV BUNDLER_VERSION="2.6.1" +ENV BUNDLER_VERSION="2.6.2" LABEL org.opencontainers.image.authors="Steffen Scheib " LABEL org.opencontainers.image.base.name="docker.io/ruby"