From 69a399146544b6d9bf8911b239418fc1562322b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:13:06 +0200 Subject: [PATCH] chore(deps): update collabora/code docker tag to v23.05.5.1.1 (#162) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27deaef..5eadf69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ARG CONTAINER_LIBRARY_VERSION # renovate: datasource=github-releases depName=hairyhenderson/gomplate ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.5}" # renovate: datasource=docker depName=collabora/code -ENV COLLABORA_RAW_VERSION="${BUILD_VERSION:-23.05.4.2.1}" +ENV COLLABORA_RAW_VERSION="${BUILD_VERSION:-23.05.5.1.1}" # renovate: datasource=github-releases depName=owncloud-ops/container-library ENV CONTAINER_LIBRARY_VERSION="${CONTAINER_LIBRARY_VERSION:-v0.1.0}"